#FFAF16
A medium, vivid orange closely aligning with Orange.
About #FFAF16
The hex code #FFAF16 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Orange. In the RGB color space, it consists of 255 red, 175 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 31% Magenta, 91% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFAF16
RGB255, 175, 22
HSL39.4°, 100.0%, 54.3%
CMYK0%, 31%, 91%, 0%
HSV39.4°, 91.4%, 100.0%
LAB77.3, 18.9, 77.7
XYZ56.7, 52.0, 7.8
Decimal16756502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.40:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAF16;
}
.text-color {
color: #FFAF16;
}
.border-color {
border: 2px solid #FFAF16;
}