Shades of School Bus Yellow #F6D90B
Tints of School Bus Yellow #F6D90B
RGB
CMYK
RGB Variations
Color information
#F6D90B (or 0xF6D90B) is known color: School Bus Yellow. HEX triplet: F6, D9 and 0B. RGB value is (246,217,11). Sum of RGB (Red+Green+Blue) = 246+217+11=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D90B is #0926F4. Grayscale: #CBCBCB. Windows color (decimal): -599797 or 776694. OLE color: 776694.
HSL color Cylindrical-coordinate representation of color #F6D90B: hue angle of 52.6º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6D90B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 11 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.04 |
| HSL | 52.6º | 0.93% | 0.5% | - |
| HSV(B) | 52.6º | 0.96% | 0.96% | - |
| XYZ | 62.88 | 69.24 | 10.37 | - |
| YUV | 202.19 | 20.11 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 11 | 0 | 0.12 | 0.96 | 0.04 | 52.6 | 0.93 | 0.5 |
| Hex | F6 | D9 | B | 0 | C | 60 | 4 | 35 | 5D | 32 |
| Octal | 366 | 331 | 13 | 0 | 14 | 140 | 4 | 65 | 135 | 62 |
| Binary | 11110110 | 11011001 | 1011 | 0 | 1100 | 1100000 | 100 | 110101 | 1011101 | 110010 |
Color Harmonies of #F6D90B
Complementary color
Monochromatic Colors of #F6D90B
Black with #F6D90B
Text Example
Text Example
White with #F6D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D90B; }
p { color: rgb(246,217,11); }
H1.HeaderClassName
{
color: #F6D90B;
}
.AnyTagClassName
{
color: #F6D90B;
}
</style>
background-color css
<style>
a { background-color: #F6D90B; }
a { background-color: rgb(246,217,11); }
div.DivClassName
{
background-color: #F6D90B;
}
.BgClassName
{
background-color: #F6D90B;
}
</style>
border-color css
<style>
span { border-color: #F6D90B; }
span { border-color: rgb(246,217,11); }
td.TdClassName
{
border-color: #F6D90B;
}
.TagClassName
{
border-color: #F6D90B;
}
</style>