Shades of School Bus Yellow #FDDB0B
Tints of School Bus Yellow #FDDB0B
RGB
CMYK
RGB Variations
Color information
#FDDB0B (or 0xFDDB0B) is known color: School Bus Yellow. HEX triplet: FD, DB and 0B. RGB value is (253,219,11). Sum of RGB (Red+Green+Blue) = 253+219+11=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB0B is #0224F4. Grayscale: #CECECE. Windows color (decimal): -140533 or 777213. OLE color: 777213.
HSL color Cylindrical-coordinate representation of color #FDDB0B: hue angle of 51.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDDB0B is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 11 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.01 |
| HSL | 51.57º | 0.98% | 0.52% | - |
| HSV(B) | 51.57º | 0.96% | 0.99% | - |
| XYZ | 65.9 | 71.57 | 10.66 | - |
| YUV | 205.45 | 18.26 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 11 | 0 | 0.13 | 0.96 | 0.01 | 51.57 | 0.98 | 0.52 |
| Hex | FD | DB | B | 0 | D | 60 | 1 | 34 | 62 | 34 |
| Octal | 375 | 333 | 13 | 0 | 15 | 140 | 1 | 64 | 142 | 64 |
| Binary | 11111101 | 11011011 | 1011 | 0 | 1101 | 1100000 | 1 | 110100 | 1100010 | 110100 |
Color Harmonies of #FDDB0B
Complementary color
Monochromatic Colors of #FDDB0B
Black with #FDDB0B
Text Example
Text Example
White with #FDDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB0B; }
p { color: rgb(253,219,11); }
H1.HeaderClassName
{
color: #FDDB0B;
}
.AnyTagClassName
{
color: #FDDB0B;
}
</style>
background-color css
<style>
a { background-color: #FDDB0B; }
a { background-color: rgb(253,219,11); }
div.DivClassName
{
background-color: #FDDB0B;
}
.BgClassName
{
background-color: #FDDB0B;
}
</style>
border-color css
<style>
span { border-color: #FDDB0B; }
span { border-color: rgb(253,219,11); }
td.TdClassName
{
border-color: #FDDB0B;
}
.TagClassName
{
border-color: #FDDB0B;
}
</style>