HEX
#
RGB
HSL

#FA8072 CSS / HTML Preview

Text with hexadecimal color #FA8072

This text has a font color of #FA8072.

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

This element has a border color of #FA8072.

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

This paragraph has a background color of #FA8072.

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