Shades of School Bus Yellow #FFD902
Tints of School Bus Yellow #FFD902
RGB
CMYK
RGB Variations
Color information
#FFD902 (or 0xFFD902) is known color: School Bus Yellow. HEX triplet: FF, D9 and 02. RGB value is (255,217,2). Sum of RGB (Red+Green+Blue) = 255+217+2=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD902 is #0026FD. Grayscale: #CCCCCC. Windows color (decimal): -9982 or 186879. OLE color: 186879.
HSL color Cylindrical-coordinate representation of color #FFD902: hue angle of 50.99º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFD902 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0 |
| HSL | 50.99º | 1% | 0.5% | - |
| HSV(B) | 50.99º | 0.99% | 1% | - |
| XYZ | 66.06 | 70.89 | 10.26 | - |
| YUV | 203.85 | 14.09 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 2 | 0 | 0.15 | 0.99 | 0 | 50.99 | 1 | 0.5 |
| Hex | FF | D9 | 2 | 0 | F | 63 | 0 | 33 | 64 | 32 |
| Octal | 377 | 331 | 2 | 0 | 17 | 143 | 0 | 63 | 144 | 62 |
| Binary | 11111111 | 11011001 | 10 | 0 | 1111 | 1100011 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FFD902
Complementary color
Monochromatic Colors of #FFD902
Black with #FFD902
Text Example
Text Example
White with #FFD902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD902; }
p { color: rgb(255,217,2); }
H1.HeaderClassName
{
color: #FFD902;
}
.AnyTagClassName
{
color: #FFD902;
}
</style>
background-color css
<style>
a { background-color: #FFD902; }
a { background-color: rgb(255,217,2); }
div.DivClassName
{
background-color: #FFD902;
}
.BgClassName
{
background-color: #FFD902;
}
</style>
border-color css
<style>
span { border-color: #FFD902; }
span { border-color: rgb(255,217,2); }
td.TdClassName
{
border-color: #FFD902;
}
.TagClassName
{
border-color: #FFD902;
}
</style>