Cheese It Up
#fdde45
Here's everything about the color Cheese It Up (#fdde45) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fdde45 | |
|---|---|---|
| RGB | rgb(253, 222, 69) | |
| HSL | hsl(50, 98%, 63%) | |
| CMYK | cmyk(0%, 12%, 73%, 1%) | |
| LAB | lab(89, 0, 74) | |
| OKLCH | oklch(0.9 0.165 97) |
Color harmonies
Tints & shades
Code snippets
color: #fdde45;
background-color: #fdde45;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDDE45)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.87, blue: 0.27, alpha: 1.0)