If you want all <p> paragraphs to have light orange text using a hexadecimal value, what CSS property would you apply?
<p>
p { font-color: #FFA500; }
p { text-color: #FFA500; }
p { color: #FFA500; }
p { paragraph-color: #FFA500; }