#F0A816
A medium, vivid orange closely aligning with Orange.
About #F0A816
Visually, #F0A816 is defined as a vivid orange. It is closely associated with the named CSS color Orange. Its digital footprint relies on 240 parts red, 168 parts green, and 22 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 30% magenta, 91% yellow, and 6% black. With a hue angle of 40.2 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#F0A816
RGB240, 168, 22
HSL40.2°, 87.9%, 51.4%
CMYK0%, 30%, 91%, 6%
HSV40.2°, 90.8%, 94.1%
LAB73.9, 16.2, 74.5
XYZ50.1, 46.6, 7.1
Decimal15771670
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.32:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A816;
}
.text-color {
color: #F0A816;
}
.border-color {
border: 2px solid #F0A816;
}