Shades of School Bus Yellow #F4D705
Tints of School Bus Yellow #F4D705
RGB
CMYK
RGB Variations
Color information
#F4D705 (or 0xF4D705) is known color: School Bus Yellow. HEX triplet: F4, D7 and 05. RGB value is (244,215,5). Sum of RGB (Red+Green+Blue) = 244+215+5=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D705 is #0B28FA. Grayscale: #C8C8C8. Windows color (decimal): -731387 or 382964. OLE color: 382964.
HSL color Cylindrical-coordinate representation of color #F4D705: hue angle of 52.72º 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 #F4D705 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.04 |
| HSL | 52.72º | 0.96% | 0.49% | - |
| HSV(B) | 52.72º | 0.98% | 0.96% | - |
| XYZ | 61.64 | 67.84 | 9.99 | - |
| YUV | 199.73 | 18.11 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 5 | 0 | 0.12 | 0.98 | 0.04 | 52.72 | 0.96 | 0.49 |
| Hex | F4 | D7 | 5 | 0 | C | 62 | 4 | 35 | 60 | 31 |
| Octal | 364 | 327 | 5 | 0 | 14 | 142 | 4 | 65 | 140 | 61 |
| Binary | 11110100 | 11010111 | 101 | 0 | 1100 | 1100010 | 100 | 110101 | 1100000 | 110001 |
Color Harmonies of #F4D705
Complementary color
Monochromatic Colors of #F4D705
Black with #F4D705
Text Example
Text Example
White with #F4D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D705; }
p { color: rgb(244,215,5); }
H1.HeaderClassName
{
color: #F4D705;
}
.AnyTagClassName
{
color: #F4D705;
}
</style>
background-color css
<style>
a { background-color: #F4D705; }
a { background-color: rgb(244,215,5); }
div.DivClassName
{
background-color: #F4D705;
}
.BgClassName
{
background-color: #F4D705;
}
</style>
border-color css
<style>
span { border-color: #F4D705; }
span { border-color: rgb(244,215,5); }
td.TdClassName
{
border-color: #F4D705;
}
.TagClassName
{
border-color: #F4D705;
}
</style>