#F05700
A medium, vivid orange closely aligning with Orangered.
About #F05700
The precise color #F05700 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orangered. In the RGB color space, it consists of 240 red, 87 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 64% M, 100% Y, and 6% K. The HSL representation is 21.8° hue, 100.0% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#F05700
RGB240, 87, 0
HSL21.8°, 100.0%, 47.1%
CMYK0%, 64%, 100%, 6%
HSV21.8°, 100.0%, 94.1%
LAB57.4, 56.2, 67.4
XYZ39.3, 25.3, 2.8
Decimal15750912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05700;
}
.text-color {
color: #F05700;
}
.border-color {
border: 2px solid #F05700;
}