Shades of School Bus Yellow #F5D706
Tints of School Bus Yellow #F5D706
RGB
CMYK
RGB Variations
Color information
#F5D706 (or 0xF5D706) is known color: School Bus Yellow. HEX triplet: F5, D7 and 06. RGB value is (245,215,6). Sum of RGB (Red+Green+Blue) = 245+215+6=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D706 is #0A28F9. Grayscale: #C9C9C9. Windows color (decimal): -665850 or 448501. OLE color: 448501.
HSL color Cylindrical-coordinate representation of color #F5D706: hue angle of 52.47º 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 #F5D706 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 6 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.04 |
| HSL | 52.47º | 0.95% | 0.49% | - |
| HSV(B) | 52.47º | 0.98% | 0.96% | - |
| XYZ | 61.99 | 68.03 | 10.04 | - |
| YUV | 200.14 | 18.44 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 6 | 0 | 0.12 | 0.98 | 0.04 | 52.47 | 0.95 | 0.49 |
| Hex | F5 | D7 | 6 | 0 | C | 62 | 4 | 34 | 5F | 31 |
| Octal | 365 | 327 | 6 | 0 | 14 | 142 | 4 | 64 | 137 | 61 |
| Binary | 11110101 | 11010111 | 110 | 0 | 1100 | 1100010 | 100 | 110100 | 1011111 | 110001 |
Color Harmonies of #F5D706
Complementary color
Monochromatic Colors of #F5D706
Black with #F5D706
Text Example
Text Example
White with #F5D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D706; }
p { color: rgb(245,215,6); }
H1.HeaderClassName
{
color: #F5D706;
}
.AnyTagClassName
{
color: #F5D706;
}
</style>
background-color css
<style>
a { background-color: #F5D706; }
a { background-color: rgb(245,215,6); }
div.DivClassName
{
background-color: #F5D706;
}
.BgClassName
{
background-color: #F5D706;
}
</style>
border-color css
<style>
span { border-color: #F5D706; }
span { border-color: rgb(245,215,6); }
td.TdClassName
{
border-color: #F5D706;
}
.TagClassName
{
border-color: #F5D706;
}
</style>