Shades of School Bus Yellow #FBDB04
Tints of School Bus Yellow #FBDB04
RGB
CMYK
RGB Variations
Color information
#FBDB04 (or 0xFBDB04) is known color: School Bus Yellow. HEX triplet: FB, DB and 04. RGB value is (251,219,4). Sum of RGB (Red+Green+Blue) = 251+219+4=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 4 (1.95% from 255 or 0.84% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB04 is #0424FB. Grayscale: #CCCCCC. Windows color (decimal): -271612 or 318459. OLE color: 318459.
HSL color Cylindrical-coordinate representation of color #FBDB04: hue angle of 52.23º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBDB04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.02 |
| HSL | 52.23º | 0.97% | 0.5% | - |
| HSV(B) | 52.23º | 0.98% | 0.98% | - |
| XYZ | 65.14 | 71.18 | 10.42 | - |
| YUV | 204.06 | 15.1 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 4 | 0 | 0.13 | 0.98 | 0.02 | 52.23 | 0.97 | 0.5 |
| Hex | FB | DB | 4 | 0 | D | 62 | 2 | 34 | 61 | 32 |
| Octal | 373 | 333 | 4 | 0 | 15 | 142 | 2 | 64 | 141 | 62 |
| Binary | 11111011 | 11011011 | 100 | 0 | 1101 | 1100010 | 10 | 110100 | 1100001 | 110010 |
Color Harmonies of #FBDB04
Complementary color
Monochromatic Colors of #FBDB04
Black with #FBDB04
Text Example
Text Example
White with #FBDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB04; }
p { color: rgb(251,219,4); }
H1.HeaderClassName
{
color: #FBDB04;
}
.AnyTagClassName
{
color: #FBDB04;
}
</style>
background-color css
<style>
a { background-color: #FBDB04; }
a { background-color: rgb(251,219,4); }
div.DivClassName
{
background-color: #FBDB04;
}
.BgClassName
{
background-color: #FBDB04;
}
</style>
border-color css
<style>
span { border-color: #FBDB04; }
span { border-color: rgb(251,219,4); }
td.TdClassName
{
border-color: #FBDB04;
}
.TagClassName
{
border-color: #FBDB04;
}
</style>