#F8832C
A medium, vivid orange closely aligning with Chocolate.
About #F8832C
Visually, #F8832C is defined as a vivid orange. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 248 red, 131 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. With a hue angle of 25.6 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8832C
RGB248, 131, 44
HSL25.6°, 93.6%, 57.3%
CMYK0%, 47%, 82%, 3%
HSV25.6°, 82.3%, 97.3%
LAB66.8, 39.3, 63.0
XYZ47.3, 36.4, 6.9
Decimal16286508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.27:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8832C;
}
.text-color {
color: #F8832C;
}
.border-color {
border: 2px solid #F8832C;
}