Icterine (#FCF75E)

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: 1.13:1 — vs black: 18.61:1

Color values

  • HEX #FCF75E
  • RGB rgb(252, 247, 94)
  • HSL hsl(58, 96%, 67%)
  • CMYK cmyk( 0, 2, 63, 1 )
  • Websafe #FFFF66

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FCF75E based on color theory relationships.

Complementary

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

Icterine
#FCF75E Base
#5E63FC
Analogous

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

Icterine
#FCF75E Base
#FCA85E
#B2FC5E
Triadic

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

Icterine
#FCF75E Base
#5EFCF7
#F75EFC
Split-Complementary

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

Icterine
#FCF75E Base
#5EB2FC
#A85EFC
Tetradic (Square)

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

Icterine
#FCF75E Base
#5EFCA8
#5E63FC
#FC5EB2
Monochromatic

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

Icterine
#FCF75E Base
#BDB804
#FBF313
#FBF536
#FDF986
#FDFBA9
#FFFEE6
Shades & Tints

Darker shades and lighter tints of Icterine, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#191800
#585502
#979203
#D6CF04
#FBF41F
Icterine #FCF75E Base
#FDF879
#FDFA94
#FEFBB0
#FEFCCB
#FFFEE6
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FCF75E,
        #5E63FC
    );
}
SCSS Variable
// SCSS variable
$icterine: #FCF75E;

// With RGB channels (useful for rgba() usage)
$icterine-r: 252;
$icterine-g: 247;
$icterine-b: 94;

// Usage
.element {
    background-color: $icterine;
    color: rgba($icterine-r, $icterine-g, $icterine-b, 0.8);
}
Color Blindness Simulation

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

Normal Vision #FCF75E How the color appears with full color vision.
Deuteranopia #F8F85E 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 #F8F85E Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FFEBEB Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #F1F1F1 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 Icterine ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Icterine #FCF75E Base
Unmellow Yellow #FFFF66 ΔE 1.85
Lemon Yellow #FFF44F ΔE 1.91
Corn #FBEC5D ΔE 3.10
Yellow (RYB) #FEFE33 ΔE 3.66

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.