Shades of School Bus Yellow #FADA04
Tints of School Bus Yellow #FADA04
RGB
CMYK
RGB Variations
Color information
#FADA04 (or 0xFADA04) is known color: School Bus Yellow. HEX triplet: FA, DA and 04. RGB value is (250,218,4). Sum of RGB (Red+Green+Blue) = 250+218+4=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA04 is #0525FB. Grayscale: #CCCCCC. Windows color (decimal): -337404 or 318202. OLE color: 318202.
HSL color Cylindrical-coordinate representation of color #FADA04: hue angle of 52.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FADA04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.02 |
| HSL | 52.2º | 0.97% | 0.5% | - |
| HSV(B) | 52.2º | 0.98% | 0.98% | - |
| XYZ | 64.52 | 70.48 | 10.32 | - |
| YUV | 203.17 | 15.6 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 4 | 0 | 0.13 | 0.98 | 0.02 | 52.2 | 0.97 | 0.5 |
| Hex | FA | DA | 4 | 0 | D | 62 | 2 | 34 | 61 | 32 |
| Octal | 372 | 332 | 4 | 0 | 15 | 142 | 2 | 64 | 141 | 62 |
| Binary | 11111010 | 11011010 | 100 | 0 | 1101 | 1100010 | 10 | 110100 | 1100001 | 110010 |
Color Harmonies of #FADA04
Complementary color
Monochromatic Colors of #FADA04
Black with #FADA04
Text Example
Text Example
White with #FADA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA04; }
p { color: rgb(250,218,4); }
H1.HeaderClassName
{
color: #FADA04;
}
.AnyTagClassName
{
color: #FADA04;
}
</style>
background-color css
<style>
a { background-color: #FADA04; }
a { background-color: rgb(250,218,4); }
div.DivClassName
{
background-color: #FADA04;
}
.BgClassName
{
background-color: #FADA04;
}
</style>
border-color css
<style>
span { border-color: #FADA04; }
span { border-color: rgb(250,218,4); }
td.TdClassName
{
border-color: #FADA04;
}
.TagClassName
{
border-color: #FADA04;
}
</style>