Shades of School Bus Yellow #F5D906
Tints of School Bus Yellow #F5D906
RGB
CMYK
RGB Variations
Color information
#F5D906 (or 0xF5D906) is known color: School Bus Yellow. HEX triplet: F5, D9 and 06. RGB value is (245,217,6). Sum of RGB (Red+Green+Blue) = 245+217+6=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D906 is #0A26F9. Grayscale: #CACACA. Windows color (decimal): -665338 or 449013. OLE color: 449013.
HSL color Cylindrical-coordinate representation of color #F5D906: hue angle of 52.97º degrees, saturation: 0.95, 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 #F5D906 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 6 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.04 |
| HSL | 52.97º | 0.95% | 0.49% | - |
| HSV(B) | 52.97º | 0.98% | 0.96% | - |
| XYZ | 62.5 | 69.05 | 10.21 | - |
| YUV | 201.32 | 17.78 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 6 | 0 | 0.11 | 0.98 | 0.04 | 52.97 | 0.95 | 0.49 |
| Hex | F5 | D9 | 6 | 0 | B | 62 | 4 | 35 | 5F | 31 |
| Octal | 365 | 331 | 6 | 0 | 13 | 142 | 4 | 65 | 137 | 61 |
| Binary | 11110101 | 11011001 | 110 | 0 | 1011 | 1100010 | 100 | 110101 | 1011111 | 110001 |
Color Harmonies of #F5D906
Complementary color
Monochromatic Colors of #F5D906
Black with #F5D906
Text Example
Text Example
White with #F5D906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D906; }
p { color: rgb(245,217,6); }
H1.HeaderClassName
{
color: #F5D906;
}
.AnyTagClassName
{
color: #F5D906;
}
</style>
background-color css
<style>
a { background-color: #F5D906; }
a { background-color: rgb(245,217,6); }
div.DivClassName
{
background-color: #F5D906;
}
.BgClassName
{
background-color: #F5D906;
}
</style>
border-color css
<style>
span { border-color: #F5D906; }
span { border-color: rgb(245,217,6); }
td.TdClassName
{
border-color: #F5D906;
}
.TagClassName
{
border-color: #F5D906;
}
</style>