#AF420F
A dark, vivid orange closely aligning with Chocolate.
About #AF420F
Visually, #AF420F is defined as a vivid orange. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(175, 66, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 62% M, 91% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF420F
RGB175, 66, 15
HSL19.1°, 84.2%, 37.3%
CMYK0%, 62%, 91%, 31%
HSV19.1°, 91.4%, 68.6%
LAB42.8, 42.4, 49.3
XYZ19.7, 13.0, 1.9
Decimal11485711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.82:1
Text on #FFFFFF
AA
3.61:1
Text on #000000
AA Large
5.56:1
Text on #F8FAFC
AA
3.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF420F;
}
.text-color {
color: #AF420F;
}
.border-color {
border: 2px solid #AF420F;
}