#FFBD24
A medium, vivid orange closely aligning with Orange.
About #FFBD24
The precise color #FFBD24 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orange. In the RGB color space, it consists of 255 red, 189 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 26% Magenta, 86% Yellow, and 0% Black. The HSL representation is 41.9° hue, 100.0% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFBD24
RGB255, 189, 36
HSL41.9°, 100.0%, 57.1%
CMYK0%, 26%, 86%, 0%
HSV41.9°, 85.9%, 100.0%
LAB80.6, 11.9, 77.3
XYZ59.8, 57.8, 9.7
Decimal16760100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD24;
}
.text-color {
color: #FFBD24;
}
.border-color {
border: 2px solid #FFBD24;
}