#FFBD16
A medium, vivid orange closely aligning with Orange.
About #FFBD16
The precise color #FFBD16 is an excellent choice for modern design projects. It is closely associated with the named CSS color Orange. This translates to an RGB value of rgb(255, 189, 22).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 26% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFBD16
RGB255, 189, 22
HSL43.0°, 100.0%, 54.3%
CMYK0%, 26%, 91%, 0%
HSV43.0°, 91.4%, 100.0%
LAB80.6, 11.6, 80.2
XYZ59.6, 57.7, 8.8
Decimal16760086
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.54:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD16;
}
.text-color {
color: #FFBD16;
}
.border-color {
border: 2px solid #FFBD16;
}