Minion Yellow
#fece4e
Looking for the precise values behind Minion Yellow (#fece4e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fece4e | |
|---|---|---|
| RGB | rgb(254, 206, 78) | |
| HSL | hsl(44, 99%, 65%) | |
| CMYK | cmyk(0%, 19%, 69%, 0%) | |
| LAB | lab(85, 8, 67) | |
| OKLCH | oklch(0.87 0.151 88) |
Color harmonies
Tints & shades
Code snippets
color: #fece4e;
background-color: #fece4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFECE4E)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.81, blue: 0.31, alpha: 1.0)