Shades of School Bus Yellow #F5D701
Tints of School Bus Yellow #F5D701
RGB
CMYK
RGB Variations
Color information
#F5D701 (or 0xF5D701) is known color: School Bus Yellow. HEX triplet: F5, D7 and 01. RGB value is (245,215,1). Sum of RGB (Red+Green+Blue) = 245+215+1=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D701 is #0A28FE. Grayscale: #C8C8C8. Windows color (decimal): -665855 or 120821. OLE color: 120821.
HSL color Cylindrical-coordinate representation of color #F5D701: hue angle of 52.62º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5D701 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.04 |
| HSL | 52.62º | 0.99% | 0.48% | - |
| HSV(B) | 52.62º | 1% | 0.96% | - |
| XYZ | 61.96 | 68.02 | 9.89 | - |
| YUV | 199.57 | 15.94 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 1 | 0 | 0.12 | 1.00 | 0.04 | 52.62 | 0.99 | 0.48 |
| Hex | F5 | D7 | 1 | 0 | C | 64 | 4 | 35 | 63 | 30 |
| Octal | 365 | 327 | 1 | 0 | 14 | 144 | 4 | 65 | 143 | 60 |
| Binary | 11110101 | 11010111 | 1 | 0 | 1100 | 1100100 | 100 | 110101 | 1100011 | 110000 |
Color Harmonies of #F5D701
Complementary color
Monochromatic Colors of #F5D701
Black with #F5D701
Text Example
Text Example
White with #F5D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D701; }
p { color: rgb(245,215,1); }
H1.HeaderClassName
{
color: #F5D701;
}
.AnyTagClassName
{
color: #F5D701;
}
</style>
background-color css
<style>
a { background-color: #F5D701; }
a { background-color: rgb(245,215,1); }
div.DivClassName
{
background-color: #F5D701;
}
.BgClassName
{
background-color: #F5D701;
}
</style>
border-color css
<style>
span { border-color: #F5D701; }
span { border-color: rgb(245,215,1); }
td.TdClassName
{
border-color: #F5D701;
}
.TagClassName
{
border-color: #F5D701;
}
</style>