Willpower Orange (#FD5800)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.20:1 — vs black: 6.57:1
Color values
-
HEX
#FD5800 -
RGB
rgb(253, 88, 0) -
HSL
hsl(20, 100%, 99%) -
CMYK
cmyk( 0, 65.22, 100, 0.78 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FD5800 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FD5800
Base
#00A5FD
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FD5800
Base
#FD0026
#FDD600
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FD5800
Base
#00FD58
#5800FD
Two colors flanking the complement — high contrast with less tension than full complementary.
#FD5800
Base
#00FDD6
#0026FD
Four colors at 90° intervals — rich variety, best when one color dominates.
#FD5800
Base
#26FD00
#00A5FD
#D600FD
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FD5800
Base
#642300
#B03D00
#D44A00
#FF7227
#FF894A
#FFBB97
Darker shades and lighter tints of Willpower Orange, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0900
#471900
#742900
#A23800
#D04800
#FD5800
Base
#FF762C
#FF945B
#FFB289
#FFD0B7
#FFEEE6
Ready-to-use code snippets for #FD5800. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FD5800;
}
/* Text */
.element {
color: #FD5800;
}
/* Border */
.element {
border: 1px solid #FD5800;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FD5800,
#FBFEFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FD5800,
#FBFEFF
);
}
// SCSS variable
$willpower-orange: #FD5800;
// With RGB channels (useful for rgba() usage)
$willpower-orange-r: 253;
$willpower-orange-g: 88;
$willpower-orange-b: 0;
// Usage
.element {
background-color: $willpower-orange;
color: rgba($willpower-orange-r, $willpower-orange-g, $willpower-orange-b, 0.8);
}
How Willpower Orange appears to people with different types of color vision deficiency.
#FD5800
How the color appears with full color vision.
#A1A100
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#7A7A0D
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FE5252
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#909090
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.