Dark Orange Hex Code — #FF8C00
RGB, HSL, and CMYK values for Dark Orange.
Dark Orange Color Values
| Format | Value |
|---|---|
| HEX | #FF8C00 |
| RGB | rgb(255, 140, 0) |
| HSL | hsl(33, 100%, 50%) |
| CMYK | cmyk(0%, 45%, 100%, 0%) |
Want to explore more shades? Use our Color Converter
About Dark Orange
Color psychology: Adventure, confidence.
Dark Orange (#FF8C00) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where adventure, confidence are desired associations.
How to Use Dark Orange in CSS
/* Using HEX */ color: #FF8C00; background-color: #FF8C00; /* Using RGB */ color: rgb(255, 140, 0); /* Using HSL */ color: hsl(33, 100%, 50%);