#FFB60F
A medium, vivid orange closely aligning with Orange.
About #FFB60F
The hex code #FFB60F represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Orange. This translates to an RGB value of rgb(255, 182, 15).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 29% Magenta, 94% Yellow, and 0% Black. With a hue angle of 41.8 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFB60F
RGB255, 182, 15
HSL41.8°, 100.0%, 52.9%
CMYK0%, 29%, 94%, 0%
HSV41.8°, 94.1%, 100.0%
LAB78.9, 15.2, 80.0
XYZ58.1, 54.8, 8.0
Decimal16758287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.95:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB60F;
}
.text-color {
color: #FFB60F;
}
.border-color {
border: 2px solid #FFB60F;
}