Wildfire
#ff8833
Here's everything about the color Wildfire (#ff8833) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff8833 | |
|---|---|---|
| RGB | rgb(255, 136, 51) | |
| HSL | hsl(25, 100%, 60%) | |
| CMYK | cmyk(0%, 47%, 80%, 0%) | |
| LAB | lab(70, 42, 63) | |
| OKLCH | oklch(0.75 0.171 52) |
Color harmonies
Tints & shades
Code snippets
color: #ff8833;
background-color: #ff8833;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFF8833)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.53, blue: 0.20, alpha: 1.0)