#F8833A
A light, vivid orange closely aligning with Chocolate.
About #F8833A
When working with digital screens, the color #F8833A is rendered by mixing light. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(248, 131, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 47% magenta, 77% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F8833A
RGB248, 131, 58
HSL23.1°, 93.1%, 60.0%
CMYK0%, 47%, 77%, 3%
HSV23.1°, 76.6%, 97.3%
LAB66.9, 39.7, 57.3
XYZ47.6, 36.5, 8.5
Decimal16286522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8833A;
}
.text-color {
color: #F8833A;
}
.border-color {
border: 2px solid #F8833A;
}