Shades of School Bus Yellow #FFDB0B
Tints of School Bus Yellow #FFDB0B
RGB
CMYK
RGB Variations
Color information
#FFDB0B (or 0xFFDB0B) is known color: School Bus Yellow. HEX triplet: FF, DB and 0B. RGB value is (255,219,11). Sum of RGB (Red+Green+Blue) = 255+219+11=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB0B is #0024F4. Grayscale: #CECECE. Windows color (decimal): -9461 or 777215. OLE color: 777215.
HSL color Cylindrical-coordinate representation of color #FFDB0B: hue angle of 51.15º 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 #FFDB0B is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 11 | - |
| CMYK | 0 | 0.14 | 0.96 | 0 |
| HSL | 51.15º | 1% | 0.52% | - |
| HSV(B) | 51.15º | 0.96% | 1% | - |
| XYZ | 66.63 | 71.95 | 10.69 | - |
| YUV | 206.05 | 17.93 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 11 | 0 | 0.14 | 0.96 | 0 | 51.15 | 1 | 0.52 |
| Hex | FF | DB | B | 0 | E | 60 | 0 | 33 | 64 | 34 |
| Octal | 377 | 333 | 13 | 0 | 16 | 140 | 0 | 63 | 144 | 64 |
| Binary | 11111111 | 11011011 | 1011 | 0 | 1110 | 1100000 | 0 | 110011 | 1100100 | 110100 |
Color Harmonies of #FFDB0B
Complementary color
Monochromatic Colors of #FFDB0B
Black with #FFDB0B
Text Example
Text Example
White with #FFDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB0B; }
p { color: rgb(255,219,11); }
H1.HeaderClassName
{
color: #FFDB0B;
}
.AnyTagClassName
{
color: #FFDB0B;
}
</style>
background-color css
<style>
a { background-color: #FFDB0B; }
a { background-color: rgb(255,219,11); }
div.DivClassName
{
background-color: #FFDB0B;
}
.BgClassName
{
background-color: #FFDB0B;
}
</style>
border-color css
<style>
span { border-color: #FFDB0B; }
span { border-color: rgb(255,219,11); }
td.TdClassName
{
border-color: #FFDB0B;
}
.TagClassName
{
border-color: #FFDB0B;
}
</style>