Plastic Cheese
#ffcc04
Here's everything about the color Plastic Cheese (#ffcc04) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffcc04 | |
|---|---|---|
| RGB | rgb(255, 204, 4) | |
| HSL | hsl(48, 100%, 51%) | |
| CMYK | cmyk(0%, 20%, 98%, 0%) | |
| LAB | lab(85, 8, 84) | |
| OKLCH | oklch(0.87 0.176 90) |
Color harmonies
Tints & shades
Code snippets
color: #ffcc04;
background-color: #ffcc04;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCC04)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.02, alpha: 1.0)