Naked Noodle
#f7cb6e
Naked Noodle, represented by the hex value #f7cb6e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7cb6e | |
|---|---|---|
| RGB | rgb(247, 203, 110) | |
| HSL | hsl(41, 90%, 70%) | |
| CMYK | cmyk(0%, 18%, 55%, 3%) | |
| LAB | lab(84, 8, 52) | |
| OKLCH | oklch(0.86 0.122 84) |
Color harmonies
Tints & shades
Code snippets
color: #f7cb6e;
background-color: #f7cb6e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7CB6E)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.80, blue: 0.43, alpha: 1.0)