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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Willpower Orange
#FD5800 Base
#00A5FD
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Willpower Orange
#FD5800 Base
#FD0026
#FDD600
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Willpower Orange
#FD5800 Base
#00FD58
#5800FD
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Willpower Orange
#FD5800 Base
#00FDD6
#0026FD
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Willpower Orange
#FD5800 Base
#26FD00
#00A5FD
#D600FD
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Willpower Orange
#FD5800 Base
#642300
#B03D00
#D44A00
#FF7227
#FF894A
#FFBB97
Shades & Tints

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
Willpower Orange #FD5800 Base
#FF762C
#FF945B
#FFB289
#FFD0B7
#FFEEE6
CSS & SCSS Snippets

Ready-to-use code snippets for #FD5800. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FD5800;
}

/* Text */
.element {
    color: #FD5800;
}

/* Border */
.element {
    border: 1px solid #FD5800;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FD5800,
        #FBFEFF
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FD5800,
        #FBFEFF
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Willpower Orange appears to people with different types of color vision deficiency.

Normal Vision #FD5800 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #7A7A0D Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FE5252 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #909090 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Willpower Orange ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Willpower Orange #FD5800 Base
Orange (Pantone) #FF5800 ΔE 0.36
Vivid Orange #FF5F00 ΔE 1.72
International Orange #FF4F00 ΔE 1.93
Giants Orange #FE5A1D ΔE 2.43

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.