Furious Fox
#e35519
Looking for the precise values behind Furious Fox (#e35519)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e35519 | |
|---|---|---|
| RGB | rgb(227, 85, 25) | |
| HSL | hsl(18, 80%, 49%) | |
| CMYK | cmyk(0%, 63%, 89%, 11%) | |
| LAB | lab(56, 55, 60) | |
| OKLCH | oklch(0.63 0.188 40) |
Color harmonies
Tints & shades
Code snippets
color: #e35519;
background-color: #e35519;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE35519)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.33, blue: 0.10, alpha: 1.0)