Shades of School Bus Yellow #FFD80B
Tints of School Bus Yellow #FFD80B
RGB
CMYK
RGB Variations
Color information
#FFD80B (or 0xFFD80B) is known color: School Bus Yellow. HEX triplet: FF, D8 and 0B. RGB value is (255,216,11). Sum of RGB (Red+Green+Blue) = 255+216+11=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD80B is #0027F4. Grayscale: #CDCDCD. Windows color (decimal): -10229 or 776447. OLE color: 776447.
HSL color Cylindrical-coordinate representation of color #FFD80B: hue angle of 50.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFD80B is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 11 | - |
| CMYK | 0 | 0.15 | 0.96 | 0 |
| HSL | 50.41º | 1% | 0.52% | - |
| HSV(B) | 50.41º | 0.96% | 1% | - |
| XYZ | 65.86 | 70.4 | 10.43 | - |
| YUV | 204.29 | 18.92 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 11 | 0 | 0.15 | 0.96 | 0 | 50.41 | 1 | 0.52 |
| Hex | FF | D8 | B | 0 | F | 60 | 0 | 32 | 64 | 34 |
| Octal | 377 | 330 | 13 | 0 | 17 | 140 | 0 | 62 | 144 | 64 |
| Binary | 11111111 | 11011000 | 1011 | 0 | 1111 | 1100000 | 0 | 110010 | 1100100 | 110100 |
Color Harmonies of #FFD80B
Complementary color
Monochromatic Colors of #FFD80B
Black with #FFD80B
Text Example
Text Example
White with #FFD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD80B; }
p { color: rgb(255,216,11); }
H1.HeaderClassName
{
color: #FFD80B;
}
.AnyTagClassName
{
color: #FFD80B;
}
</style>
background-color css
<style>
a { background-color: #FFD80B; }
a { background-color: rgb(255,216,11); }
div.DivClassName
{
background-color: #FFD80B;
}
.BgClassName
{
background-color: #FFD80B;
}
</style>
border-color css
<style>
span { border-color: #FFD80B; }
span { border-color: rgb(255,216,11); }
td.TdClassName
{
border-color: #FFD80B;
}
.TagClassName
{
border-color: #FFD80B;
}
</style>