Arancio
#ff7013
Arancio, represented by the hex value #ff7013, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff7013 | |
|---|---|---|
| RGB | rgb(255, 112, 19) | |
| HSL | hsl(24, 100%, 54%) | |
| CMYK | cmyk(0%, 56%, 93%, 0%) | |
| LAB | lab(65, 53, 70) | |
| OKLCH | oklch(0.71 0.195 46) |
Color harmonies
Tints & shades
Code snippets
color: #ff7013;
background-color: #ff7013;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7013)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.44, blue: 0.07, alpha: 1.0)