Shades of School Bus Yellow #FDD808
Tints of School Bus Yellow #FDD808
RGB
CMYK
RGB Variations
Color information
#FDD808 (or 0xFDD808) is known color: School Bus Yellow. HEX triplet: FD, D8 and 08. RGB value is (253,216,8). Sum of RGB (Red+Green+Blue) = 253+216+8=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 8 (3.52% from 255 or 1.68% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD808 is #0227F7. Grayscale: #CCCCCC. Windows color (decimal): -141304 or 579837. OLE color: 579837.
HSL color Cylindrical-coordinate representation of color #FDD808: hue angle of 50.94º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDD808 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.01 |
| HSL | 50.94º | 0.98% | 0.51% | - |
| HSV(B) | 50.94º | 0.97% | 0.99% | - |
| XYZ | 65.11 | 70.01 | 10.31 | - |
| YUV | 203.35 | 17.76 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 8 | 0 | 0.15 | 0.97 | 0.01 | 50.94 | 0.98 | 0.51 |
| Hex | FD | D8 | 8 | 0 | F | 61 | 1 | 33 | 62 | 33 |
| Octal | 375 | 330 | 10 | 0 | 17 | 141 | 1 | 63 | 142 | 63 |
| Binary | 11111101 | 11011000 | 1000 | 0 | 1111 | 1100001 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FDD808
Complementary color
Monochromatic Colors of #FDD808
Black with #FDD808
Text Example
Text Example
White with #FDD808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD808; }
p { color: rgb(253,216,8); }
H1.HeaderClassName
{
color: #FDD808;
}
.AnyTagClassName
{
color: #FDD808;
}
</style>
background-color css
<style>
a { background-color: #FDD808; }
a { background-color: rgb(253,216,8); }
div.DivClassName
{
background-color: #FDD808;
}
.BgClassName
{
background-color: #FDD808;
}
</style>
border-color css
<style>
span { border-color: #FDD808; }
span { border-color: rgb(253,216,8); }
td.TdClassName
{
border-color: #FDD808;
}
.TagClassName
{
border-color: #FDD808;
}
</style>