HEX
#
RGB
HSL

#FF6347 CSS / HTML Preview

Text with hexadecimal color #FF6347

This text has a font color of #FF6347.

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

This element has a border color of #FF6347.

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

This paragraph has a background color of #FF6347.

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