Flaming Orange
#ee6633
Here's everything about the color Flaming Orange (#ee6633) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ee6633 | |
|---|---|---|
| RGB | rgb(238, 102, 51) | |
| HSL | hsl(16, 85%, 57%) | |
| CMYK | cmyk(0%, 57%, 79%, 7%) | |
| LAB | lab(61, 52, 54) | |
| OKLCH | oklch(0.67 0.18 40) |
Color harmonies
Tints & shades
Code snippets
color: #ee6633;
background-color: #ee6633;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEE6633)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.40, blue: 0.20, alpha: 1.0)