Shades of School Bus Yellow #FBDB03
Tints of School Bus Yellow #FBDB03
RGB
CMYK
RGB Variations
Color information
#FBDB03 (or 0xFBDB03) is known color: School Bus Yellow. HEX triplet: FB, DB and 03. RGB value is (251,219,3). Sum of RGB (Red+Green+Blue) = 251+219+3=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 3 (1.56% from 255 or 0.63% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB03 is #0424FC. Grayscale: #CCCCCC. Windows color (decimal): -271613 or 252923. OLE color: 252923.
HSL color Cylindrical-coordinate representation of color #FBDB03: hue angle of 52.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBDB03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.02 |
| HSL | 52.26º | 0.98% | 0.5% | - |
| HSV(B) | 52.26º | 0.99% | 0.98% | - |
| XYZ | 65.13 | 71.18 | 10.39 | - |
| YUV | 203.94 | 14.6 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 3 | 0 | 0.13 | 0.99 | 0.02 | 52.26 | 0.98 | 0.5 |
| Hex | FB | DB | 3 | 0 | D | 63 | 2 | 34 | 62 | 32 |
| Octal | 373 | 333 | 3 | 0 | 15 | 143 | 2 | 64 | 142 | 62 |
| Binary | 11111011 | 11011011 | 11 | 0 | 1101 | 1100011 | 10 | 110100 | 1100010 | 110010 |
Color Harmonies of #FBDB03
Complementary color
Monochromatic Colors of #FBDB03
Black with #FBDB03
Text Example
Text Example
White with #FBDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB03; }
p { color: rgb(251,219,3); }
H1.HeaderClassName
{
color: #FBDB03;
}
.AnyTagClassName
{
color: #FBDB03;
}
</style>
background-color css
<style>
a { background-color: #FBDB03; }
a { background-color: rgb(251,219,3); }
div.DivClassName
{
background-color: #FBDB03;
}
.BgClassName
{
background-color: #FBDB03;
}
</style>
border-color css
<style>
span { border-color: #FBDB03; }
span { border-color: rgb(251,219,3); }
td.TdClassName
{
border-color: #FBDB03;
}
.TagClassName
{
border-color: #FBDB03;
}
</style>