#FF7500
A medium, vivid orange closely aligning with Darkorange.
About #FF7500
Visually, #FF7500 is defined as a vivid orange. Its closest recognized web color is Darkorange. In the RGB color space, it consists of 255 red, 117 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 54% Magenta, 100% Yellow, and 0% Black. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF7500
RGB255, 117, 0
HSL27.5°, 100.0%, 50.0%
CMYK0%, 54%, 100%, 0%
HSV27.5°, 100.0%, 100.0%
LAB64.9, 48.1, 72.8
XYZ47.6, 34.0, 4.1
Decimal16741632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.80:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7500;
}
.text-color {
color: #FF7500;
}
.border-color {
border: 2px solid #FF7500;
}