HEX
#
RGB
HSL

#FFD700 CSS / HTML Preview

Text with hexadecimal color #FFD700

This text has a font color of #FFD700.

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

This element has a border color of #FFD700.

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

This paragraph has a background color of #FFD700.

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