Shades of School Bus Yellow #F5D905
Tints of School Bus Yellow #F5D905
RGB
CMYK
RGB Variations
Color information
#F5D905 (or 0xF5D905) is known color: School Bus Yellow. HEX triplet: F5, D9 and 05. RGB value is (245,217,5). Sum of RGB (Red+Green+Blue) = 245+217+5=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D905 is #0A26FA. Grayscale: #CACACA. Windows color (decimal): -665339 or 383477. OLE color: 383477.
HSL color Cylindrical-coordinate representation of color #F5D905: hue angle of 53º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5D905 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.04 |
| HSL | 53º | 0.96% | 0.49% | - |
| HSV(B) | 53º | 0.98% | 0.96% | - |
| XYZ | 62.5 | 69.05 | 10.18 | - |
| YUV | 201.2 | 17.28 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 5 | 0 | 0.11 | 0.98 | 0.04 | 53 | 0.96 | 0.49 |
| Hex | F5 | D9 | 5 | 0 | B | 62 | 4 | 35 | 60 | 31 |
| Octal | 365 | 331 | 5 | 0 | 13 | 142 | 4 | 65 | 140 | 61 |
| Binary | 11110101 | 11011001 | 101 | 0 | 1011 | 1100010 | 100 | 110101 | 1100000 | 110001 |
Color Harmonies of #F5D905
Complementary color
Monochromatic Colors of #F5D905
Black with #F5D905
Text Example
Text Example
White with #F5D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D905; }
p { color: rgb(245,217,5); }
H1.HeaderClassName
{
color: #F5D905;
}
.AnyTagClassName
{
color: #F5D905;
}
</style>
background-color css
<style>
a { background-color: #F5D905; }
a { background-color: rgb(245,217,5); }
div.DivClassName
{
background-color: #F5D905;
}
.BgClassName
{
background-color: #F5D905;
}
</style>
border-color css
<style>
span { border-color: #F5D905; }
span { border-color: rgb(245,217,5); }
td.TdClassName
{
border-color: #F5D905;
}
.TagClassName
{
border-color: #F5D905;
}
</style>