#FFBD07
A medium, vivid orange closely aligning with Orange.
About #FFBD07
At its core, #FFBD07 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Orange. Its digital footprint relies on 255 parts red, 189 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 26% magenta, 97% yellow, and 0% black. With a hue angle of 44.0 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFBD07
RGB255, 189, 7
HSL44.0°, 100.0%, 51.4%
CMYK0%, 26%, 97%, 0%
HSV44.0°, 97.3%, 100.0%
LAB80.6, 11.5, 82.0
XYZ59.5, 57.7, 8.2
Decimal16760071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.53: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: #FFBD07;
}
.text-color {
color: #FFBD07;
}
.border-color {
border: 2px solid #FFBD07;
}