Shades of School Bus Yellow #FDDB05
Tints of School Bus Yellow #FDDB05
RGB
CMYK
RGB Variations
Color information
#FDDB05 (or 0xFDDB05) is known color: School Bus Yellow. HEX triplet: FD, DB and 05. RGB value is (253,219,5). Sum of RGB (Red+Green+Blue) = 253+219+5=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB05 is #0224FA. Grayscale: #CDCDCD. Windows color (decimal): -140539 or 383997. OLE color: 383997.
HSL color Cylindrical-coordinate representation of color #FDDB05: hue angle of 51.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDDB05 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.01 |
| HSL | 51.77º | 0.98% | 0.51% | - |
| HSV(B) | 51.77º | 0.98% | 0.99% | - |
| XYZ | 65.87 | 71.56 | 10.48 | - |
| YUV | 204.77 | 15.26 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 5 | 0 | 0.13 | 0.98 | 0.01 | 51.77 | 0.98 | 0.51 |
| Hex | FD | DB | 5 | 0 | D | 62 | 1 | 34 | 62 | 33 |
| Octal | 375 | 333 | 5 | 0 | 15 | 142 | 1 | 64 | 142 | 63 |
| Binary | 11111101 | 11011011 | 101 | 0 | 1101 | 1100010 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FDDB05
Complementary color
Monochromatic Colors of #FDDB05
Black with #FDDB05
Text Example
Text Example
White with #FDDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB05; }
p { color: rgb(253,219,5); }
H1.HeaderClassName
{
color: #FDDB05;
}
.AnyTagClassName
{
color: #FDDB05;
}
</style>
background-color css
<style>
a { background-color: #FDDB05; }
a { background-color: rgb(253,219,5); }
div.DivClassName
{
background-color: #FDDB05;
}
.BgClassName
{
background-color: #FDDB05;
}
</style>
border-color css
<style>
span { border-color: #FDDB05; }
span { border-color: rgb(253,219,5); }
td.TdClassName
{
border-color: #FDDB05;
}
.TagClassName
{
border-color: #FDDB05;
}
</style>