#AF4200
A dark, vivid orange closely aligning with Chocolate.
About #AF4200
At its core, #AF4200 is a dark and vivid hue. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(175, 66, 0).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 62% M, 100% Y, and 31% K. With a hue angle of 22.6 degrees, it sits comfortably in the orange spectrum.
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#AF4200
RGB175, 66, 0
HSL22.6°, 100.0%, 34.3%
CMYK0%, 62%, 100%, 31%
HSV22.6°, 100.0%, 68.6%
LAB42.8, 42.2, 53.6
XYZ19.6, 13.0, 1.5
Decimal11485696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.57:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF4200;
}
.text-color {
color: #AF4200;
}
.border-color {
border: 2px solid #AF4200;
}