HEX
#
RGB
HSL

#FF4500 CSS / HTML Preview

Text with hexadecimal color #FF4500

This text has a font color of #FF4500.

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

This element has a border color of #FF4500.

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

This paragraph has a background color of #FF4500.

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