HEX
#
RGB
HSL

#FF8C00 CSS / HTML Preview

Text with hexadecimal color #FF8C00

This text has a font color of #FF8C00.

<span style="color:#FF8C00;">Your text here</span>
#FF8C00 border color

This element has a border color of #FF8C00.

<div style="border:2px solid #FF8C00;">Content here</div>
#FF8C00 background color

This paragraph has a background color of #FF8C00.

<p style="background-color:#FF8C00;">Content here</p>
CSS codes
.text {color:#FF8C00;}
.background {background-color:#FF8C00;}
.border {border:1px solid #FF8C00;}