#8A330F
A dark, vivid orange closely aligning with Saddlebrown.
About #8A330F
The hex code #8A330F represents a beautifully specific shade of orange. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(138, 51, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 63% magenta, 89% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A330F
RGB138, 51, 15
HSL17.6°, 80.4%, 30.0%
CMYK0%, 63%, 89%, 46%
HSV17.6°, 89.1%, 54.1%
LAB33.6, 35.4, 39.3
XYZ11.8, 7.8, 1.3
Decimal9057039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.20:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.84:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A330F;
}
.text-color {
color: #8A330F;
}
.border-color {
border: 2px solid #8A330F;
}