Shades of School Bus Yellow #F0DA08
Tints of School Bus Yellow #F0DA08
RGB
CMYK
RGB Variations
Color information
#F0DA08 (or 0xF0DA08) is known color: School Bus Yellow. HEX triplet: F0, DA and 08. RGB value is (240,218,8). Sum of RGB (Red+Green+Blue) = 240+218+8=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DA08 is #0F25F7. Grayscale: #C9C9C9. Windows color (decimal): -992760 or 580336. OLE color: 580336.
HSL color Cylindrical-coordinate representation of color #F0DA08: hue angle of 54.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0DA08 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 8 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.06 |
| HSL | 54.31º | 0.94% | 0.49% | - |
| HSV(B) | 54.31º | 0.97% | 0.94% | - |
| XYZ | 61.05 | 68.69 | 10.27 | - |
| YUV | 200.64 | 19.29 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 8 | 0 | 0.09 | 0.97 | 0.06 | 54.31 | 0.94 | 0.49 |
| Hex | F0 | DA | 8 | 0 | 9 | 61 | 6 | 36 | 5E | 31 |
| Octal | 360 | 332 | 10 | 0 | 11 | 141 | 6 | 66 | 136 | 61 |
| Binary | 11110000 | 11011010 | 1000 | 0 | 1001 | 1100001 | 110 | 110110 | 1011110 | 110001 |
Color Harmonies of #F0DA08
Complementary color
Monochromatic Colors of #F0DA08
Black with #F0DA08
Text Example
Text Example
White with #F0DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA08; }
p { color: rgb(240,218,8); }
H1.HeaderClassName
{
color: #F0DA08;
}
.AnyTagClassName
{
color: #F0DA08;
}
</style>
background-color css
<style>
a { background-color: #F0DA08; }
a { background-color: rgb(240,218,8); }
div.DivClassName
{
background-color: #F0DA08;
}
.BgClassName
{
background-color: #F0DA08;
}
</style>
border-color css
<style>
span { border-color: #F0DA08; }
span { border-color: rgb(240,218,8); }
td.TdClassName
{
border-color: #F0DA08;
}
.TagClassName
{
border-color: #F0DA08;
}
</style>