À l’Orange
#f2850d
À l’Orange is a color with the hex code #f2850d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f2850d | |
|---|---|---|
| RGB | rgb(242, 133, 13) | |
| HSL | hsl(31, 90%, 50%) | |
| CMYK | cmyk(0%, 45%, 95%, 5%) | |
| LAB | lab(67, 38, 71) | |
| OKLCH | oklch(0.72 0.171 58) |
Color harmonies
Tints & shades
Code snippets
color: #f2850d;
background-color: #f2850d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF2850D)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.52, blue: 0.05, alpha: 1.0)