Sunflower
#ffc512
Sunflower, represented by the hex value #ffc512, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffc512 | |
|---|---|---|
| RGB | rgb(255, 197, 18) | |
| HSL | hsl(45, 100%, 54%) | |
| CMYK | cmyk(0%, 23%, 93%, 0%) | |
| LAB | lab(83, 12, 82) | |
| OKLCH | oklch(0.85 0.172 87) |
Color harmonies
Tints & shades
Code snippets
color: #ffc512;
background-color: #ffc512;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC512)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.77, blue: 0.07, alpha: 1.0)