#F8AF16
A medium, vivid orange closely aligning with Orange.
About #F8AF16
Visually, #F8AF16 is defined as a vivid orange. It is closely associated with the named CSS color Orange. This translates to an RGB value of rgb(248, 175, 22).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 29% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#F8AF16
RGB248, 175, 22
HSL40.6°, 94.2%, 52.9%
CMYK0%, 29%, 91%, 3%
HSV40.6°, 91.1%, 97.3%
LAB76.5, 16.0, 76.8
XYZ54.2, 50.7, 7.7
Decimal16297750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.13:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8AF16;
}
.text-color {
color: #F8AF16;
}
.border-color {
border: 2px solid #F8AF16;
}