Burning Orange
#ff7124
Here's everything about the color Burning Orange (#ff7124) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff7124 | |
|---|---|---|
| RGB | rgb(255, 113, 36) | |
| HSL | hsl(21, 100%, 57%) | |
| CMYK | cmyk(0%, 56%, 86%, 0%) | |
| LAB | lab(65, 53, 65) | |
| OKLCH | oklch(0.71 0.192 44) |
Color harmonies
Tints & shades
Code snippets
color: #ff7124;
background-color: #ff7124;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7124)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.44, blue: 0.14, alpha: 1.0)