#F09916
A medium, vivid orange closely aligning with Orange.
About #F09916
Visually, #F09916 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Orange. This translates to an RGB value of rgb(240, 153, 22).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 36% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F09916
RGB240, 153, 22
HSL36.1°, 87.9%, 51.4%
CMYK0%, 36%, 91%, 6%
HSV36.1°, 90.8%, 94.1%
LAB70.4, 24.2, 71.9
XYZ47.5, 41.4, 6.2
Decimal15767830
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.27:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F09916;
}
.text-color {
color: #F09916;
}
.border-color {
border: 2px solid #F09916;
}