Shades of School Bus Yellow #FDD908
Tints of School Bus Yellow #FDD908
RGB
CMYK
RGB Variations
Color information
#FDD908 (or 0xFDD908) is known color: School Bus Yellow. HEX triplet: FD, D9 and 08. RGB value is (253,217,8). Sum of RGB (Red+Green+Blue) = 253+217+8=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 8 (3.52% from 255 or 1.67% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD908 is #0226F7. Grayscale: #CCCCCC. Windows color (decimal): -141048 or 580093. OLE color: 580093.
HSL color Cylindrical-coordinate representation of color #FDD908: hue angle of 51.18º 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 #FDD908 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.01 |
| HSL | 51.18º | 0.98% | 0.51% | - |
| HSV(B) | 51.18º | 0.97% | 0.99% | - |
| XYZ | 65.36 | 70.53 | 10.4 | - |
| YUV | 203.94 | 17.43 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 8 | 0 | 0.14 | 0.97 | 0.01 | 51.18 | 0.98 | 0.51 |
| Hex | FD | D9 | 8 | 0 | E | 61 | 1 | 33 | 62 | 33 |
| Octal | 375 | 331 | 10 | 0 | 16 | 141 | 1 | 63 | 142 | 63 |
| Binary | 11111101 | 11011001 | 1000 | 0 | 1110 | 1100001 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FDD908
Complementary color
Monochromatic Colors of #FDD908
Black with #FDD908
Text Example
Text Example
White with #FDD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD908; }
p { color: rgb(253,217,8); }
H1.HeaderClassName
{
color: #FDD908;
}
.AnyTagClassName
{
color: #FDD908;
}
</style>
background-color css
<style>
a { background-color: #FDD908; }
a { background-color: rgb(253,217,8); }
div.DivClassName
{
background-color: #FDD908;
}
.BgClassName
{
background-color: #FDD908;
}
</style>
border-color css
<style>
span { border-color: #FDD908; }
span { border-color: rgb(253,217,8); }
td.TdClassName
{
border-color: #FDD908;
}
.TagClassName
{
border-color: #FDD908;
}
</style>