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