HEX
#
RGB
HSL

#FFA500 CSS / HTML Preview

Text with hexadecimal color #FFA500

This text has a font color of #FFA500.

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

This element has a border color of #FFA500.

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

This paragraph has a background color of #FFA500.

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