#F8AF0F
A medium, vivid orange closely aligning with Orange.
About #F8AF0F
At its core, #F8AF0F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Orange. In the RGB color space, it consists of 248 red, 175 green, and 15 blue.
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. With a hue angle of 41.2 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F8AF0F
RGB248, 175, 15
HSL41.2°, 94.3%, 51.6%
CMYK0%, 29%, 94%, 3%
HSV41.2°, 94.0%, 97.3%
LAB76.5, 15.9, 77.9
XYZ54.1, 50.7, 7.4
Decimal16297743
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.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8AF0F;
}
.text-color {
color: #F8AF0F;
}
.border-color {
border: 2px solid #F8AF0F;
}