Shades of School Bus Yellow #F6D806
Tints of School Bus Yellow #F6D806
RGB
CMYK
RGB Variations
Color information
#F6D806 (or 0xF6D806) is known color: School Bus Yellow. HEX triplet: F6, D8 and 06. RGB value is (246,216,6). Sum of RGB (Red+Green+Blue) = 246+216+6=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D806 is #0927F9. Grayscale: #C9C9C9. Windows color (decimal): -600058 or 448758. OLE color: 448758.
HSL color Cylindrical-coordinate representation of color #F6D806: hue angle of 52.5º 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 #F6D806 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 6 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.04 |
| HSL | 52.5º | 0.95% | 0.49% | - |
| HSV(B) | 52.5º | 0.98% | 0.96% | - |
| XYZ | 62.59 | 68.72 | 10.14 | - |
| YUV | 201.03 | 17.94 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 6 | 0 | 0.12 | 0.98 | 0.04 | 52.5 | 0.95 | 0.49 |
| Hex | F6 | D8 | 6 | 0 | C | 62 | 4 | 34 | 5F | 31 |
| Octal | 366 | 330 | 6 | 0 | 14 | 142 | 4 | 64 | 137 | 61 |
| Binary | 11110110 | 11011000 | 110 | 0 | 1100 | 1100010 | 100 | 110100 | 1011111 | 110001 |
Color Harmonies of #F6D806
Complementary color
Monochromatic Colors of #F6D806
Black with #F6D806
Text Example
Text Example
White with #F6D806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D806; }
p { color: rgb(246,216,6); }
H1.HeaderClassName
{
color: #F6D806;
}
.AnyTagClassName
{
color: #F6D806;
}
</style>
background-color css
<style>
a { background-color: #F6D806; }
a { background-color: rgb(246,216,6); }
div.DivClassName
{
background-color: #F6D806;
}
.BgClassName
{
background-color: #F6D806;
}
</style>
border-color css
<style>
span { border-color: #F6D806; }
span { border-color: rgb(246,216,6); }
td.TdClassName
{
border-color: #F6D806;
}
.TagClassName
{
border-color: #F6D806;
}
</style>