Golden Sprinkles
#f6d263
Golden Sprinkles, represented by the hex value #f6d263, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6d263 | |
|---|---|---|
| RGB | rgb(246, 210, 99) | |
| HSL | hsl(45, 89%, 68%) | |
| CMYK | cmyk(0%, 15%, 60%, 4%) | |
| LAB | lab(86, 4, 59) | |
| OKLCH | oklch(0.87 0.135 91) |
Color harmonies
Tints & shades
Code snippets
color: #f6d263;
background-color: #f6d263;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6D263)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.82, blue: 0.39, alpha: 1.0)