Carona
#fba52e
Carona, represented by the hex value #fba52e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fba52e | |
|---|---|---|
| RGB | rgb(251, 165, 46) | |
| HSL | hsl(35, 96%, 58%) | |
| CMYK | cmyk(0%, 34%, 82%, 2%) | |
| LAB | lab(75, 26, 70) | |
| OKLCH | oklch(0.79 0.159 69) |
Color harmonies
Tints & shades
Code snippets
color: #fba52e;
background-color: #fba52e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFBA52E)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.65, blue: 0.18, alpha: 1.0)