Corn (#FBEC5D)
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: 1.22:1 — vs black: 17.26:1
Color values
-
HEX
#FBEC5D -
RGB
rgb(251, 236, 93) -
HSL
hsl(54, 95%, 67%) -
CMYK
cmyk( 0, 6, 63, 2 ) -
Websafe
#FFFF66
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FBEC5D based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FBEC5D
Base
#5D6CFB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FBEC5D
Base
#FB9D5D
#BBFB5D
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FBEC5D
Base
#5DFBEC
#EC5DFB
Two colors flanking the complement — high contrast with less tension than full complementary.
#FBEC5D
Base
#5DBBFB
#9D5DFB
Four colors at 90° intervals — rich variety, best when one color dominates.
#FBEC5D
Base
#5DFB9D
#5D6CFB
#FB5DBB
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FBEC5D
Base
#BAA905
#F9E312
#FAE735
#FCF185
#FDF5A8
#FEFCE6
Darker shades and lighter tints of Corn, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#191701
#574F02
#958704
#D3C005
#F9E51F
#FBEC5D
Base
#FCEF78
#FCF294
#FDF6AF
#FEF9CB
#FEFCE6
Ready-to-use code snippets for #FBEC5D. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FBEC5D;
}
/* Text */
.element {
color: #FBEC5D;
}
/* Border */
.element {
border: 1px solid #FBEC5D;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FBEC5D,
#5D6CFB
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FBEC5D,
#5D6CFB
);
}
// SCSS variable
$corn: #FBEC5D;
// With RGB channels (useful for rgba() usage)
$corn-r: 251;
$corn-g: 236;
$corn-b: 93;
// Usage
.element {
background-color: $corn;
color: rgba($corn-r, $corn-g, $corn-b, 0.8);
}
How Corn appears to people with different types of color vision deficiency.
#FBEC5D
How the color appears with full color vision.
#F0F05C
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#EEEE5D
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FFE0E0
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#E9E9E9
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.