HEX
#
RGB
HSL

#FF7F50 CSS / HTML Preview

Text with hexadecimal color #FF7F50

This text has a font color of #FF7F50.

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

This element has a border color of #FF7F50.

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

This paragraph has a background color of #FF7F50.

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