#42240F
A very dark, moderate orange closely aligning with Black.
About #42240F
Visually, #42240F is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 66 parts red, 36 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 45% M, 77% Y, and 74% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42240F
RGB66, 36, 15
HSL24.7°, 63.0%, 15.9%
CMYK0%, 45%, 77%, 74%
HSV24.7°, 77.3%, 25.9%
LAB17.7, 12.1, 19.5
XYZ3.0, 2.5, 0.8
Decimal4334607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.09:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.46:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #42240F;
}
.text-color {
color: #42240F;
}
.border-color {
border: 2px solid #42240F;
}