Potato Chip
#fddc57
Potato Chip, represented by the hex value #fddc57, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fddc57 | |
|---|---|---|
| RGB | rgb(253, 220, 87) | |
| HSL | hsl(48, 98%, 67%) | |
| CMYK | cmyk(0%, 13%, 66%, 1%) | |
| LAB | lab(89, 1, 67) | |
| OKLCH | oklch(0.9 0.152 95) |
Color harmonies
Tints & shades
Code snippets
color: #fddc57;
background-color: #fddc57;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDDC57)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.86, blue: 0.34, alpha: 1.0)