Golden Ginkgo
#f9f525
Golden Ginkgo is a color with the hex code #f9f525. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f9f525 | |
|---|---|---|
| RGB | rgb(249, 245, 37) | |
| HSL | hsl(59, 95%, 56%) | |
| CMYK | cmyk(0%, 2%, 85%, 2%) | |
| LAB | lab(95, -13, 87) | |
| OKLCH | oklch(0.94 0.198 108) |
Color harmonies
Tints & shades
Code snippets
color: #f9f525;
background-color: #f9f525;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9F525)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.96, blue: 0.15, alpha: 1.0)