#F88A00
A medium, vivid orange closely aligning with Darkorange.
About #F88A00
When working with digital screens, the color #F88A00 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkorange. This translates to an RGB value of rgb(248, 138, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 44% M, 100% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
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#F88A00
RGB248, 138, 0
HSL33.4°, 100.0%, 48.6%
CMYK0%, 44%, 100%, 3%
HSV33.4°, 100.0%, 97.3%
LAB68.1, 35.0, 74.2
XYZ47.8, 38.1, 4.8
Decimal16288256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A00;
}
.text-color {
color: #F88A00;
}
.border-color {
border: 2px solid #F88A00;
}