Shades of School Bus Yellow #FDD902
Tints of School Bus Yellow #FDD902
RGB
CMYK
RGB Variations
Color information
#FDD902 (or 0xFDD902) is known color: School Bus Yellow. HEX triplet: FD, D9 and 02. RGB value is (253,217,2). Sum of RGB (Red+Green+Blue) = 253+217+2=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD902 is #0226FD. Grayscale: #CCCCCC. Windows color (decimal): -141054 or 186877. OLE color: 186877.
HSL color Cylindrical-coordinate representation of color #FDD902: hue angle of 51.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDD902 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.01 |
| HSL | 51.39º | 0.98% | 0.5% | - |
| HSV(B) | 51.39º | 0.99% | 0.99% | - |
| XYZ | 65.33 | 70.51 | 10.22 | - |
| YUV | 203.25 | 14.43 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 2 | 0 | 0.14 | 0.99 | 0.01 | 51.39 | 0.98 | 0.5 |
| Hex | FD | D9 | 2 | 0 | E | 63 | 1 | 33 | 62 | 32 |
| Octal | 375 | 331 | 2 | 0 | 16 | 143 | 1 | 63 | 142 | 62 |
| Binary | 11111101 | 11011001 | 10 | 0 | 1110 | 1100011 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FDD902
Complementary color
Monochromatic Colors of #FDD902
Black with #FDD902
Text Example
Text Example
White with #FDD902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD902; }
p { color: rgb(253,217,2); }
H1.HeaderClassName
{
color: #FDD902;
}
.AnyTagClassName
{
color: #FDD902;
}
</style>
background-color css
<style>
a { background-color: #FDD902; }
a { background-color: rgb(253,217,2); }
div.DivClassName
{
background-color: #FDD902;
}
.BgClassName
{
background-color: #FDD902;
}
</style>
border-color css
<style>
span { border-color: #FDD902; }
span { border-color: rgb(253,217,2); }
td.TdClassName
{
border-color: #FDD902;
}
.TagClassName
{
border-color: #FDD902;
}
</style>