#F8830F
A medium, vivid orange closely aligning with Darkorange.
About #F8830F
At its core, #F8830F is a medium and vivid hue. Designers often compare it to the standard color Darkorange. In the RGB color space, it consists of 248 red, 131 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 47% magenta inks. The HSL representation is 29.9° hue, 94.3% saturation, and 51.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#F8830F
RGB248, 131, 15
HSL29.9°, 94.3%, 51.6%
CMYK0%, 47%, 94%, 3%
HSV29.9°, 94.0%, 97.3%
LAB66.7, 38.7, 71.1
XYZ46.9, 36.2, 5.0
Decimal16286479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.24:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8830F;
}
.text-color {
color: #F8830F;
}
.border-color {
border: 2px solid #F8830F;
}