#F88A33
A medium, vivid orange closely aligning with Chocolate.
About #F88A33
Visually, #F88A33 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 248 red, 138 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 44% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F88A33
RGB248, 138, 51
HSL26.5°, 93.4%, 58.6%
CMYK0%, 44%, 79%, 3%
HSV26.5°, 79.4%, 97.3%
LAB68.3, 35.9, 61.6
XYZ48.4, 38.4, 8.0
Decimal16288307
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.67:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A33;
}
.text-color {
color: #F88A33;
}
.border-color {
border: 2px solid #F88A33;
}