School Bus
#ffd800
Here's everything about the color School Bus (#ffd800) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffd800 | |
|---|---|---|
| RGB | rgb(255, 216, 0) | |
| HSL | hsl(51, 100%, 50%) | |
| CMYK | cmyk(0%, 15%, 100%, 0%) | |
| LAB | lab(88, 2, 87) | |
| OKLCH | oklch(0.89 0.183 96) |
Color harmonies
Tints & shades
Code snippets
color: #ffd800;
background-color: #ffd800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD800)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.85, blue: 0.00, alpha: 1.0)