#FFA016
A medium, vivid orange closely aligning with Orange.
About #FFA016
Visually, #FFA016 is defined as a vivid orange. Its closest recognized web color is Orange. Its digital footprint relies on 255 parts red, 160 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 37% M, 91% Y, and 0% K. 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#FFA016
RGB255, 160, 22
HSL35.5°, 100.0%, 54.3%
CMYK0%, 37%, 91%, 0%
HSV35.5°, 91.4%, 100.0%
LAB73.8, 26.7, 75.2
XYZ54.0, 46.5, 6.9
Decimal16752662
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA016;
}
.text-color {
color: #FFA016;
}
.border-color {
border: 2px solid #FFA016;
}