Shades of School Bus Yellow #F6D905
Tints of School Bus Yellow #F6D905
RGB
CMYK
RGB Variations
Color information
#F6D905 (or 0xF6D905) is known color: School Bus Yellow. HEX triplet: F6, D9 and 05. RGB value is (246,217,5). Sum of RGB (Red+Green+Blue) = 246+217+5=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D905 is #0926FA. Grayscale: #CACACA. Windows color (decimal): -599803 or 383478. OLE color: 383478.
HSL color Cylindrical-coordinate representation of color #F6D905: hue angle of 52.78º 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 #F6D905 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.04 |
| HSL | 52.78º | 0.96% | 0.49% | - |
| HSV(B) | 52.78º | 0.98% | 0.96% | - |
| XYZ | 62.85 | 69.23 | 10.19 | - |
| YUV | 201.5 | 17.11 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 5 | 0 | 0.12 | 0.98 | 0.04 | 52.78 | 0.96 | 0.49 |
| Hex | F6 | D9 | 5 | 0 | C | 62 | 4 | 35 | 60 | 31 |
| Octal | 366 | 331 | 5 | 0 | 14 | 142 | 4 | 65 | 140 | 61 |
| Binary | 11110110 | 11011001 | 101 | 0 | 1100 | 1100010 | 100 | 110101 | 1100000 | 110001 |
Color Harmonies of #F6D905
Complementary color
Monochromatic Colors of #F6D905
Black with #F6D905
Text Example
Text Example
White with #F6D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D905; }
p { color: rgb(246,217,5); }
H1.HeaderClassName
{
color: #F6D905;
}
.AnyTagClassName
{
color: #F6D905;
}
</style>
background-color css
<style>
a { background-color: #F6D905; }
a { background-color: rgb(246,217,5); }
div.DivClassName
{
background-color: #F6D905;
}
.BgClassName
{
background-color: #F6D905;
}
</style>
border-color css
<style>
span { border-color: #F6D905; }
span { border-color: rgb(246,217,5); }
td.TdClassName
{
border-color: #F6D905;
}
.TagClassName
{
border-color: #F6D905;
}
</style>