Shades of School Bus Yellow #FDD809
Tints of School Bus Yellow #FDD809
RGB
CMYK
RGB Variations
Color information
#FDD809 (or 0xFDD809) is known color: School Bus Yellow. HEX triplet: FD, D8 and 09. RGB value is (253,216,9). Sum of RGB (Red+Green+Blue) = 253+216+9=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 9 (3.91% from 255 or 1.88% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD809 is #0227F6. Grayscale: #CCCCCC. Windows color (decimal): -141303 or 645373. OLE color: 645373.
HSL color Cylindrical-coordinate representation of color #FDD809: hue angle of 50.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDD809 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.01 |
| HSL | 50.9º | 0.98% | 0.51% | - |
| HSV(B) | 50.9º | 0.96% | 0.99% | - |
| XYZ | 65.11 | 70.01 | 10.34 | - |
| YUV | 203.47 | 18.26 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 9 | 0 | 0.15 | 0.96 | 0.01 | 50.9 | 0.98 | 0.51 |
| Hex | FD | D8 | 9 | 0 | F | 60 | 1 | 33 | 62 | 33 |
| Octal | 375 | 330 | 11 | 0 | 17 | 140 | 1 | 63 | 142 | 63 |
| Binary | 11111101 | 11011000 | 1001 | 0 | 1111 | 1100000 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FDD809
Complementary color
Monochromatic Colors of #FDD809
Black with #FDD809
Text Example
Text Example
White with #FDD809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD809; }
p { color: rgb(253,216,9); }
H1.HeaderClassName
{
color: #FDD809;
}
.AnyTagClassName
{
color: #FDD809;
}
</style>
background-color css
<style>
a { background-color: #FDD809; }
a { background-color: rgb(253,216,9); }
div.DivClassName
{
background-color: #FDD809;
}
.BgClassName
{
background-color: #FDD809;
}
</style>
border-color css
<style>
span { border-color: #FDD809; }
span { border-color: rgb(253,216,9); }
td.TdClassName
{
border-color: #FDD809;
}
.TagClassName
{
border-color: #FDD809;
}
</style>