Shades of School Bus Yellow #F8DA0A
Tints of School Bus Yellow #F8DA0A
RGB
CMYK
RGB Variations
Color information
#F8DA0A (or 0xF8DA0A) is known color: School Bus Yellow. HEX triplet: F8, DA and 0A. RGB value is (248,218,10). Sum of RGB (Red+Green+Blue) = 248+218+10=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DA0A is #0725F5. Grayscale: #CCCCCC. Windows color (decimal): -468470 or 711416. OLE color: 711416.
HSL color Cylindrical-coordinate representation of color #F8DA0A: hue angle of 52.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8DA0A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.03 |
| HSL | 52.44º | 0.94% | 0.51% | - |
| HSV(B) | 52.44º | 0.96% | 0.97% | - |
| XYZ | 63.84 | 70.12 | 10.46 | - |
| YUV | 203.26 | 18.94 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 10 | 0 | 0.12 | 0.96 | 0.03 | 52.44 | 0.94 | 0.51 |
| Hex | F8 | DA | A | 0 | C | 60 | 3 | 34 | 5E | 33 |
| Octal | 370 | 332 | 12 | 0 | 14 | 140 | 3 | 64 | 136 | 63 |
| Binary | 11111000 | 11011010 | 1010 | 0 | 1100 | 1100000 | 11 | 110100 | 1011110 | 110011 |
Color Harmonies of #F8DA0A
Complementary color
Monochromatic Colors of #F8DA0A
Black with #F8DA0A
Text Example
Text Example
White with #F8DA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA0A; }
p { color: rgb(248,218,10); }
H1.HeaderClassName
{
color: #F8DA0A;
}
.AnyTagClassName
{
color: #F8DA0A;
}
</style>
background-color css
<style>
a { background-color: #F8DA0A; }
a { background-color: rgb(248,218,10); }
div.DivClassName
{
background-color: #F8DA0A;
}
.BgClassName
{
background-color: #F8DA0A;
}
</style>
border-color css
<style>
span { border-color: #F8DA0A; }
span { border-color: rgb(248,218,10); }
td.TdClassName
{
border-color: #F8DA0A;
}
.TagClassName
{
border-color: #F8DA0A;
}
</style>