Corona
#ffb437
Looking for the precise values behind Corona (#ffb437)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffb437 | |
|---|---|---|
| RGB | rgb(255, 180, 55) | |
| HSL | hsl(38, 100%, 61%) | |
| CMYK | cmyk(0%, 29%, 78%, 0%) | |
| LAB | lab(79, 21, 70) | |
| OKLCH | oklch(0.82 0.157 75) |
Color harmonies
Tints & shades
Code snippets
color: #ffb437;
background-color: #ffb437;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFB437)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.71, blue: 0.22, alpha: 1.0)