Shades of School Bus Yellow #FFD802
Tints of School Bus Yellow #FFD802
RGB
CMYK
RGB Variations
Color information
#FFD802 (or 0xFFD802) is known color: School Bus Yellow. HEX triplet: FF, D8 and 02. RGB value is (255,216,2). Sum of RGB (Red+Green+Blue) = 255+216+2=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD802 is #0027FD. Grayscale: #CCCCCC. Windows color (decimal): -10238 or 186623. OLE color: 186623.
HSL color Cylindrical-coordinate representation of color #FFD802: hue angle of 50.75º 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 #FFD802 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0 |
| HSL | 50.75º | 1% | 0.5% | - |
| HSV(B) | 50.75º | 0.99% | 1% | - |
| XYZ | 65.81 | 70.38 | 10.17 | - |
| YUV | 203.27 | 14.42 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 2 | 0 | 0.15 | 0.99 | 0 | 50.75 | 1 | 0.5 |
| Hex | FF | D8 | 2 | 0 | F | 63 | 0 | 33 | 64 | 32 |
| Octal | 377 | 330 | 2 | 0 | 17 | 143 | 0 | 63 | 144 | 62 |
| Binary | 11111111 | 11011000 | 10 | 0 | 1111 | 1100011 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FFD802
Complementary color
Monochromatic Colors of #FFD802
Black with #FFD802
Text Example
Text Example
White with #FFD802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD802; }
p { color: rgb(255,216,2); }
H1.HeaderClassName
{
color: #FFD802;
}
.AnyTagClassName
{
color: #FFD802;
}
</style>
background-color css
<style>
a { background-color: #FFD802; }
a { background-color: rgb(255,216,2); }
div.DivClassName
{
background-color: #FFD802;
}
.BgClassName
{
background-color: #FFD802;
}
</style>
border-color css
<style>
span { border-color: #FFD802; }
span { border-color: rgb(255,216,2); }
td.TdClassName
{
border-color: #FFD802;
}
.TagClassName
{
border-color: #FFD802;
}
</style>