#F8990F
A medium, vivid orange closely aligning with Orange.
About #F8990F
Visually, #F8990F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Orange. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 153, and 15.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 38% magenta inks. The HSL representation is 35.5° hue, 94.3% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8990F
RGB248, 153, 15
HSL35.5°, 94.3%, 51.6%
CMYK0%, 38%, 94%, 3%
HSV35.5°, 94.0%, 97.3%
LAB71.4, 27.4, 74.3
XYZ50.2, 42.8, 6.1
Decimal16292111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.55:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8990F;
}
.text-color {
color: #F8990F;
}
.border-color {
border: 2px solid #F8990F;
}