#ff9300
Tangerine Color Codes
Code | Value |
---|---|
HEX | #ff9300 |
RGB | rgb(255,147,0) |
HSL | |
CMYK |
Shades of Tangerine (#ff9300)
Tints of Tangerine (#ff9300)
Tangerine (#ff9300) Preview
Text with hexademical color #ff9300
This text has a font color of #ff9300
<span style="color: #ff9300;">Text</span>
#ff9300 background color
This paragraph has a background color of #ff9300
<p style="background-color: #ff9300;">Text</p>
#ff9300 border color
This element has a border color of #ff9300
<div style="border: 2px solid #ff9300;">Text</div>
CSS codes
.text {color:#ff9300;}
.background {background-color: #ff9300;}
.border {border:2px solid #ff9300;}