Not Yo Cheese
#ffc12c
Not Yo Cheese, represented by the hex value #ffc12c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffc12c | |
|---|---|---|
| RGB | rgb(255, 193, 44) | |
| HSL | hsl(42, 100%, 59%) | |
| CMYK | cmyk(0%, 24%, 83%, 0%) | |
| LAB | lab(82, 14, 76) | |
| OKLCH | oklch(0.85 0.164 83) |
Color harmonies
Tints & shades
Code snippets
color: #ffc12c;
background-color: #ffc12c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC12C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.76, blue: 0.17, alpha: 1.0)