Color #FFA500
Orange
#FFA500 is known as Orange color, it's hex color is composed of 100% red, 64.71% green and 0% blue, its RGB value is 255,165,0. The Nearest color to #FFA500 with the color name is Yellow Sea hex code #FEA904
This text has a font color of #FFA500.
<span style="color:#FFA500;">Your text here</span>
This element has a border color of #FFA500.
<div style="border:2px solid #FFA500;">Content here</div>
This paragraph has a background color of #FFA500.
<p style="background-color:#FFA500;">Content here</p>
.text {color:#FFA500;}
.background {background-color:#FFA500;}
.border {border:1px solid #FFA500;}