Dark Orange
#c65102
Dark Orange is a color with the hex code #c65102. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c65102 | |
|---|---|---|
| RGB | rgb(198, 81, 2) | |
| HSL | hsl(24, 98%, 39%) | |
| CMYK | cmyk(0%, 59%, 99%, 22%) | |
| LAB | lab(50, 46, 60) | |
| OKLCH | oklch(0.58 0.166 45) |
Color harmonies
Tints & shades
Code snippets
color: #c65102;
background-color: #c65102;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC65102)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.32, blue: 0.01, alpha: 1.0)