Straw Gold
#fcf679
Straw Gold, represented by the hex value #fcf679, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fcf679 | |
|---|---|---|
| RGB | rgb(252, 246, 121) | |
| HSL | hsl(57, 96%, 73%) | |
| CMYK | cmyk(0%, 2%, 52%, 1%) | |
| LAB | lab(96, -10, 60) | |
| OKLCH | oklch(0.95 0.147 106) |
Color harmonies
Tints & shades
Code snippets
color: #fcf679;
background-color: #fcf679;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCF679)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.96, blue: 0.47, alpha: 1.0)