Smashing Pumpkins
#ff5522
Here's everything about the color Smashing Pumpkins (#ff5522) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff5522 | |
|---|---|---|
| RGB | rgb(255, 85, 34) | |
| HSL | hsl(14, 100%, 57%) | |
| CMYK | cmyk(0%, 67%, 87%, 0%) | |
| LAB | lab(61, 64, 63) | |
| OKLCH | oklch(0.68 0.214 36) |
Color harmonies
Tints & shades
Code snippets
color: #ff5522;
background-color: #ff5522;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF5522)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.33, blue: 0.13, alpha: 1.0)