Shades of School Bus Yellow #F7D90A
Tints of School Bus Yellow #F7D90A
RGB
CMYK
RGB Variations
Color information
#F7D90A (or 0xF7D90A) is known color: School Bus Yellow. HEX triplet: F7, D9 and 0A. RGB value is (247,217,10). Sum of RGB (Red+Green+Blue) = 247+217+10=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D90A is #0826F5. Grayscale: #CBCBCB. Windows color (decimal): -534262 or 711159. OLE color: 711159.
HSL color Cylindrical-coordinate representation of color #F7D90A: hue angle of 52.41º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7D90A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.03 |
| HSL | 52.41º | 0.94% | 0.5% | - |
| HSV(B) | 52.41º | 0.96% | 0.97% | - |
| XYZ | 63.23 | 69.42 | 10.35 | - |
| YUV | 202.37 | 19.44 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 10 | 0 | 0.12 | 0.96 | 0.03 | 52.41 | 0.94 | 0.5 |
| Hex | F7 | D9 | A | 0 | C | 60 | 3 | 34 | 5E | 32 |
| Octal | 367 | 331 | 12 | 0 | 14 | 140 | 3 | 64 | 136 | 62 |
| Binary | 11110111 | 11011001 | 1010 | 0 | 1100 | 1100000 | 11 | 110100 | 1011110 | 110010 |
Color Harmonies of #F7D90A
Complementary color
Monochromatic Colors of #F7D90A
Black with #F7D90A
Text Example
Text Example
White with #F7D90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D90A; }
p { color: rgb(247,217,10); }
H1.HeaderClassName
{
color: #F7D90A;
}
.AnyTagClassName
{
color: #F7D90A;
}
</style>
background-color css
<style>
a { background-color: #F7D90A; }
a { background-color: rgb(247,217,10); }
div.DivClassName
{
background-color: #F7D90A;
}
.BgClassName
{
background-color: #F7D90A;
}
</style>
border-color css
<style>
span { border-color: #F7D90A; }
span { border-color: rgb(247,217,10); }
td.TdClassName
{
border-color: #F7D90A;
}
.TagClassName
{
border-color: #F7D90A;
}
</style>