#F8A824
A medium, vivid orange closely aligning with Orange.
About #F8A824
When working with digital screens, the color #F8A824 is rendered by mixing light. It is closely associated with the named CSS color Orange. This translates to an RGB value of rgb(248, 168, 36).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 32% magenta, 85% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8A824
RGB248, 168, 36
HSL37.4°, 93.8%, 55.7%
CMYK0%, 32%, 85%, 3%
HSV37.4°, 85.5%, 97.3%
LAB74.9, 19.9, 72.4
XYZ53.0, 48.1, 8.2
Decimal16295972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.62:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A824;
}
.text-color {
color: #F8A824;
}
.border-color {
border: 2px solid #F8A824;
}