Небесна сотня
Text with hexadecimal color #f4655f
This text has a font color of #f4655f.
<span style="color:#f4655f;">Text here</span>
#f4655f background color
This paragraph has a background color of #f4655f.
<p style="background-color:#f4655f;">Content here</p>
#f4655f border color
This element has a border color of #f4655f.
<div style="border:1px solid #f4655f;">Content here</div>
CSS codes
.text {color:#f4655f;}
.background {background-color:#f4655f;}
.border {border:1px solid #f4655f;}