#FFAF07
A medium, vivid orange closely aligning with Orange.
About #FFAF07
The hex code #FFAF07 represents a beautifully specific shade of orange. Designers often compare it to the standard color Orange. This translates to an RGB value of rgb(255, 175, 7).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 31% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFAF07
RGB255, 175, 7
HSL40.6°, 100.0%, 51.4%
CMYK0%, 31%, 97%, 0%
HSV40.6°, 97.3%, 100.0%
LAB77.2, 18.8, 79.7
XYZ56.6, 51.9, 7.2
Decimal16756487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.39:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAF07;
}
.text-color {
color: #FFAF07;
}
.border-color {
border: 2px solid #FFAF07;
}