Shades of School Bus Yellow #F7D706
Tints of School Bus Yellow #F7D706
RGB
CMYK
RGB Variations
Color information
#F7D706 (or 0xF7D706) is known color: School Bus Yellow. HEX triplet: F7, D7 and 06. RGB value is (247,215,6). Sum of RGB (Red+Green+Blue) = 247+215+6=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D706 is #0828F9. Grayscale: #C9C9C9. Windows color (decimal): -534778 or 448503. OLE color: 448503.
HSL color Cylindrical-coordinate representation of color #F7D706: hue angle of 52.03º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7D706 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 215 | 6 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.03 |
| HSL | 52.03º | 0.95% | 0.5% | - |
| HSV(B) | 52.03º | 0.98% | 0.97% | - |
| XYZ | 62.69 | 68.39 | 10.07 | - |
| YUV | 200.74 | 18.1 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 215 | 6 | 0 | 0.13 | 0.98 | 0.03 | 52.03 | 0.95 | 0.5 |
| Hex | F7 | D7 | 6 | 0 | D | 62 | 3 | 34 | 5F | 32 |
| Octal | 367 | 327 | 6 | 0 | 15 | 142 | 3 | 64 | 137 | 62 |
| Binary | 11110111 | 11010111 | 110 | 0 | 1101 | 1100010 | 11 | 110100 | 1011111 | 110010 |
Color Harmonies of #F7D706
Complementary color
Monochromatic Colors of #F7D706
Black with #F7D706
Text Example
Text Example
White with #F7D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D706; }
p { color: rgb(247,215,6); }
H1.HeaderClassName
{
color: #F7D706;
}
.AnyTagClassName
{
color: #F7D706;
}
</style>
background-color css
<style>
a { background-color: #F7D706; }
a { background-color: rgb(247,215,6); }
div.DivClassName
{
background-color: #F7D706;
}
.BgClassName
{
background-color: #F7D706;
}
</style>
border-color css
<style>
span { border-color: #F7D706; }
span { border-color: rgb(247,215,6); }
td.TdClassName
{
border-color: #F7D706;
}
.TagClassName
{
border-color: #F7D706;
}
</style>