Honeypot
#ffc863
Looking for the precise values behind Honeypot (#ffc863)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffc863 | |
|---|---|---|
| RGB | rgb(255, 200, 99) | |
| HSL | hsl(39, 100%, 69%) | |
| CMYK | cmyk(0%, 22%, 61%, 0%) | |
| LAB | lab(84, 12, 57) | |
| OKLCH | oklch(0.86 0.133 81) |
Color harmonies
Tints & shades
Code snippets
color: #ffc863;
background-color: #ffc863;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC863)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.78, blue: 0.39, alpha: 1.0)