#AF4207
A dark, vivid orange closely aligning with Chocolate.
About #AF4207
Visually, #AF4207 is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. Its digital footprint relies on 175 parts red, 66 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 62% Magenta, 96% Yellow, and 31% Black. With a hue angle of 21.1 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#AF4207
RGB175, 66, 7
HSL21.1°, 92.3%, 35.7%
CMYK0%, 62%, 96%, 31%
HSV21.1°, 96.0%, 68.6%
LAB42.8, 42.3, 51.6
XYZ19.7, 13.0, 1.7
Decimal11485703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.61: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: #AF4207;
}
.text-color {
color: #AF4207;
}
.border-color {
border: 2px solid #AF4207;
}