Angry Pasta
#ffcc55
Here's everything about the color Angry Pasta (#ffcc55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffcc55 | |
|---|---|---|
| RGB | rgb(255, 204, 85) | |
| HSL | hsl(42, 100%, 67%) | |
| CMYK | cmyk(0%, 20%, 67%, 0%) | |
| LAB | lab(85, 10, 64) | |
| OKLCH | oklch(0.87 0.145 85) |
Color harmonies
Tints & shades
Code snippets
color: #ffcc55;
background-color: #ffcc55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCC55)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.33, alpha: 1.0)