Spicy Paella
#f38f39
Spicy Paella is a color with the hex code #f38f39. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f38f39 | |
|---|---|---|
| RGB | rgb(243, 143, 57) | |
| HSL | hsl(28, 89%, 59%) | |
| CMYK | cmyk(0%, 41%, 77%, 5%) | |
| LAB | lab(69, 34, 60) | |
| OKLCH | oklch(0.74 0.155 57) |
Color harmonies
Tints & shades
Code snippets
color: #f38f39;
background-color: #f38f39;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF38F39)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.56, blue: 0.22, alpha: 1.0)