#FFB61D
A medium, vivid orange closely aligning with Orange.
About #FFB61D
Visually, #FFB61D is defined as a vivid orange. Designers often compare it to the standard color Orange. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 182, and 29.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 29% magenta, 89% yellow, and 0% black. The HSL representation is 40.6° hue, 100.0% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFB61D
RGB255, 182, 29
HSL40.6°, 100.0%, 55.7%
CMYK0%, 29%, 89%, 0%
HSV40.6°, 88.6%, 100.0%
LAB78.9, 15.4, 77.6
XYZ58.2, 54.8, 8.7
Decimal16758301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.96:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB61D;
}
.text-color {
color: #FFB61D;
}
.border-color {
border: 2px solid #FFB61D;
}