Extreme Carrot
#ff7133
Looking for the precise values behind Extreme Carrot (#ff7133)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff7133 | |
|---|---|---|
| RGB | rgb(255, 113, 51) | |
| HSL | hsl(18, 100%, 60%) | |
| CMYK | cmyk(0%, 56%, 80%, 0%) | |
| LAB | lab(65, 53, 60) | |
| OKLCH | oklch(0.71 0.188 42) |
Color harmonies
Tints & shades
Code snippets
color: #ff7133;
background-color: #ff7133;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7133)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.44, blue: 0.20, alpha: 1.0)