Golden Opportunity
#f7c070
Golden Opportunity, represented by the hex value #f7c070, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7c070 | |
|---|---|---|
| RGB | rgb(247, 192, 112) | |
| HSL | hsl(36, 89%, 70%) | |
| CMYK | cmyk(0%, 22%, 55%, 3%) | |
| LAB | lab(82, 14, 48) | |
| OKLCH | oklch(0.84 0.116 75) |
Color harmonies
Tints & shades
Code snippets
color: #f7c070;
background-color: #f7c070;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7C070)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.75, blue: 0.44, alpha: 1.0)