Shades of School Bus Yellow #FFD80C
Tints of School Bus Yellow #FFD80C
RGB
CMYK
RGB Variations
Color information
#FFD80C (or 0xFFD80C) is known color: School Bus Yellow. HEX triplet: FF, D8 and 0C. RGB value is (255,216,12). Sum of RGB (Red+Green+Blue) = 255+216+12=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD80C is #0027F3. Grayscale: #CDCDCD. Windows color (decimal): -10228 or 841983. OLE color: 841983.
HSL color Cylindrical-coordinate representation of color #FFD80C: hue angle of 50.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFD80C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0 |
| HSL | 50.37º | 1% | 0.52% | - |
| HSV(B) | 50.37º | 0.95% | 1% | - |
| XYZ | 65.86 | 70.4 | 10.46 | - |
| YUV | 204.41 | 19.42 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 12 | 0 | 0.15 | 0.95 | 0 | 50.37 | 1 | 0.52 |
| Hex | FF | D8 | C | 0 | F | 5F | 0 | 32 | 64 | 34 |
| Octal | 377 | 330 | 14 | 0 | 17 | 137 | 0 | 62 | 144 | 64 |
| Binary | 11111111 | 11011000 | 1100 | 0 | 1111 | 1011111 | 0 | 110010 | 1100100 | 110100 |
Color Harmonies of #FFD80C
Complementary color
Monochromatic Colors of #FFD80C
Black with #FFD80C
Text Example
Text Example
White with #FFD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD80C; }
p { color: rgb(255,216,12); }
H1.HeaderClassName
{
color: #FFD80C;
}
.AnyTagClassName
{
color: #FFD80C;
}
</style>
background-color css
<style>
a { background-color: #FFD80C; }
a { background-color: rgb(255,216,12); }
div.DivClassName
{
background-color: #FFD80C;
}
.BgClassName
{
background-color: #FFD80C;
}
</style>
border-color css
<style>
span { border-color: #FFD80C; }
span { border-color: rgb(255,216,12); }
td.TdClassName
{
border-color: #FFD80C;
}
.TagClassName
{
border-color: #FFD80C;
}
</style>