Orange Delight
#ffc355
Here's everything about the color Orange Delight (#ffc355) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffc355 | |
|---|---|---|
| RGB | rgb(255, 195, 85) | |
| HSL | hsl(39, 100%, 67%) | |
| CMYK | cmyk(0%, 24%, 67%, 0%) | |
| LAB | lab(83, 14, 62) | |
| OKLCH | oklch(0.85 0.142 80) |
Color harmonies
Tints & shades
Code snippets
color: #ffc355;
background-color: #ffc355;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC355)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.76, blue: 0.33, alpha: 1.0)