Shades of School Bus Yellow #FBDB01
Tints of School Bus Yellow #FBDB01
RGB
CMYK
RGB Variations
Color information
#FBDB01 (or 0xFBDB01) is known color: School Bus Yellow. HEX triplet: FB, DB and 01. RGB value is (251,219,1). Sum of RGB (Red+Green+Blue) = 251+219+1=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB01 is #0424FE. Grayscale: #CCCCCC. Windows color (decimal): -271615 or 121851. OLE color: 121851.
HSL color Cylindrical-coordinate representation of color #FBDB01: hue angle of 52.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBDB01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.02 |
| HSL | 52.32º | 0.99% | 0.49% | - |
| HSV(B) | 52.32º | 1% | 0.98% | - |
| XYZ | 65.12 | 71.17 | 10.33 | - |
| YUV | 203.72 | 13.6 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 1 | 0 | 0.13 | 1.00 | 0.02 | 52.32 | 0.99 | 0.49 |
| Hex | FB | DB | 1 | 0 | D | 64 | 2 | 34 | 63 | 31 |
| Octal | 373 | 333 | 1 | 0 | 15 | 144 | 2 | 64 | 143 | 61 |
| Binary | 11111011 | 11011011 | 1 | 0 | 1101 | 1100100 | 10 | 110100 | 1100011 | 110001 |
Color Harmonies of #FBDB01
Complementary color
Monochromatic Colors of #FBDB01
Black with #FBDB01
Text Example
Text Example
White with #FBDB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB01; }
p { color: rgb(251,219,1); }
H1.HeaderClassName
{
color: #FBDB01;
}
.AnyTagClassName
{
color: #FBDB01;
}
</style>
background-color css
<style>
a { background-color: #FBDB01; }
a { background-color: rgb(251,219,1); }
div.DivClassName
{
background-color: #FBDB01;
}
.BgClassName
{
background-color: #FBDB01;
}
</style>
border-color css
<style>
span { border-color: #FBDB01; }
span { border-color: rgb(251,219,1); }
td.TdClassName
{
border-color: #FBDB01;
}
.TagClassName
{
border-color: #FBDB01;
}
</style>