Shades of School Bus Yellow #F5D802
Tints of School Bus Yellow #F5D802
RGB
CMYK
RGB Variations
Color information
#F5D802 (or 0xF5D802) is known color: School Bus Yellow. HEX triplet: F5, D8 and 02. RGB value is (245,216,2). Sum of RGB (Red+Green+Blue) = 245+216+2=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D802 is #0A27FD. Grayscale: #C9C9C9. Windows color (decimal): -665598 or 186613. OLE color: 186613.
HSL color Cylindrical-coordinate representation of color #F5D802: hue angle of 52.84º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5D802 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.04 |
| HSL | 52.84º | 0.98% | 0.48% | - |
| HSV(B) | 52.84º | 0.99% | 0.96% | - |
| XYZ | 62.22 | 68.53 | 10.01 | - |
| YUV | 200.28 | 16.11 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 2 | 0 | 0.12 | 0.99 | 0.04 | 52.84 | 0.98 | 0.48 |
| Hex | F5 | D8 | 2 | 0 | C | 63 | 4 | 35 | 62 | 30 |
| Octal | 365 | 330 | 2 | 0 | 14 | 143 | 4 | 65 | 142 | 60 |
| Binary | 11110101 | 11011000 | 10 | 0 | 1100 | 1100011 | 100 | 110101 | 1100010 | 110000 |
Color Harmonies of #F5D802
Complementary color
Monochromatic Colors of #F5D802
Black with #F5D802
Text Example
Text Example
White with #F5D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D802; }
p { color: rgb(245,216,2); }
H1.HeaderClassName
{
color: #F5D802;
}
.AnyTagClassName
{
color: #F5D802;
}
</style>
background-color css
<style>
a { background-color: #F5D802; }
a { background-color: rgb(245,216,2); }
div.DivClassName
{
background-color: #F5D802;
}
.BgClassName
{
background-color: #F5D802;
}
</style>
border-color css
<style>
span { border-color: #F5D802; }
span { border-color: rgb(245,216,2); }
td.TdClassName
{
border-color: #F5D802;
}
.TagClassName
{
border-color: #F5D802;
}
</style>