Shades of School Bus Yellow #F6D705
Tints of School Bus Yellow #F6D705
RGB
CMYK
RGB Variations
Color information
#F6D705 (or 0xF6D705) is known color: School Bus Yellow. HEX triplet: F6, D7 and 05. RGB value is (246,215,5). Sum of RGB (Red+Green+Blue) = 246+215+5=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D705 is #0928FA. Grayscale: #C9C9C9. Windows color (decimal): -600315 or 382966. OLE color: 382966.
HSL color Cylindrical-coordinate representation of color #F6D705: hue angle of 52.28º 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 #F6D705 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.04 |
| HSL | 52.28º | 0.96% | 0.49% | - |
| HSV(B) | 52.28º | 0.98% | 0.96% | - |
| XYZ | 62.33 | 68.2 | 10.02 | - |
| YUV | 200.33 | 17.77 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 5 | 0 | 0.13 | 0.98 | 0.04 | 52.28 | 0.96 | 0.49 |
| Hex | F6 | D7 | 5 | 0 | D | 62 | 4 | 34 | 60 | 31 |
| Octal | 366 | 327 | 5 | 0 | 15 | 142 | 4 | 64 | 140 | 61 |
| Binary | 11110110 | 11010111 | 101 | 0 | 1101 | 1100010 | 100 | 110100 | 1100000 | 110001 |
Color Harmonies of #F6D705
Complementary color
Monochromatic Colors of #F6D705
Black with #F6D705
Text Example
Text Example
White with #F6D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D705; }
p { color: rgb(246,215,5); }
H1.HeaderClassName
{
color: #F6D705;
}
.AnyTagClassName
{
color: #F6D705;
}
</style>
background-color css
<style>
a { background-color: #F6D705; }
a { background-color: rgb(246,215,5); }
div.DivClassName
{
background-color: #F6D705;
}
.BgClassName
{
background-color: #F6D705;
}
</style>
border-color css
<style>
span { border-color: #F6D705; }
span { border-color: rgb(246,215,5); }
td.TdClassName
{
border-color: #F6D705;
}
.TagClassName
{
border-color: #F6D705;
}
</style>