#AF4216
A dark, vivid orange closely aligning with Firebrick.
About #AF4216
At its core, #AF4216 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. Its digital footprint relies on 175 parts red, 66 parts green, and 22 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 62% M, 87% Y, and 31% K. The HSL representation is 17.3° hue, 77.7% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF4216
RGB175, 66, 22
HSL17.3°, 77.7%, 38.6%
CMYK0%, 62%, 87%, 31%
HSV17.3°, 87.4%, 68.6%
LAB42.9, 42.5, 46.7
XYZ19.8, 13.1, 2.2
Decimal11485718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.81:1
Text on #FFFFFF
AA
3.61:1
Text on #000000
AA Large
5.55:1
Text on #F8FAFC
AA
3.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF4216;
}
.text-color {
color: #AF4216;
}
.border-color {
border: 2px solid #AF4216;
}