<?php echo get_field('my_field_name', 'option'); ?>
This will echo the value of "my_field_name" from the options page created via ACF.