Shades of School Bus Yellow #F0DA00
Tints of School Bus Yellow #F0DA00
RGB
CMYK
RGB Variations
Color information
#F0DA00 (or 0xF0DA00) is known color: School Bus Yellow. HEX triplet: F0, DA and 00. RGB value is (240,218,0). Sum of RGB (Red+Green+Blue) = 240+218+0=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DA00 is #0F25FF. Grayscale: #C8C8C8. Windows color (decimal): -992768 or 56048. OLE color: 56048.
HSL color Cylindrical-coordinate representation of color #F0DA00: hue angle of 54.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0DA00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.06 |
| HSL | 54.5º | 1% | 0.47% | - |
| HSV(B) | 54.5º | 1% | 0.94% | - |
| XYZ | 61.01 | 68.67 | 10.04 | - |
| YUV | 199.73 | 15.29 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 0 | 0 | 0.09 | 1 | 0.06 | 54.5 | 1 | 0.47 |
| Hex | F0 | DA | 0 | 0 | 9 | 64 | 6 | 36 | 64 | 2F |
| Octal | 360 | 332 | 0 | 0 | 11 | 144 | 6 | 66 | 144 | 57 |
| Binary | 11110000 | 11011010 | 0 | 0 | 1001 | 1100100 | 110 | 110110 | 1100100 | 101111 |
Color Harmonies of #F0DA00
Complementary color
Monochromatic Colors of #F0DA00
Black with #F0DA00
Text Example
Text Example
White with #F0DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA00; }
p { color: rgb(240,218,0); }
H1.HeaderClassName
{
color: #F0DA00;
}
.AnyTagClassName
{
color: #F0DA00;
}
</style>
background-color css
<style>
a { background-color: #F0DA00; }
a { background-color: rgb(240,218,0); }
div.DivClassName
{
background-color: #F0DA00;
}
.BgClassName
{
background-color: #F0DA00;
}
</style>
border-color css
<style>
span { border-color: #F0DA00; }
span { border-color: rgb(240,218,0); }
td.TdClassName
{
border-color: #F0DA00;
}
.TagClassName
{
border-color: #F0DA00;
}
</style>