Shades of School Bus Yellow #FADA00
Tints of School Bus Yellow #FADA00
RGB
CMYK
RGB Variations
Color information
#FADA00 (or 0xFADA00) is known color: School Bus Yellow. HEX triplet: FA, DA and 00. RGB value is (250,218,0). Sum of RGB (Red+Green+Blue) = 250+218+0=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA00 is #0525FF. Grayscale: #CBCBCB. Windows color (decimal): -337408 or 56058. OLE color: 56058.
HSL color Cylindrical-coordinate representation of color #FADA00: hue angle of 52.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FADA00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.02 |
| HSL | 52.32º | 1% | 0.49% | - |
| HSV(B) | 52.32º | 1% | 0.98% | - |
| XYZ | 64.5 | 70.47 | 10.2 | - |
| YUV | 202.72 | 13.6 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 0 | 0 | 0.13 | 1 | 0.02 | 52.32 | 1 | 0.49 |
| Hex | FA | DA | 0 | 0 | D | 64 | 2 | 34 | 64 | 31 |
| Octal | 372 | 332 | 0 | 0 | 15 | 144 | 2 | 64 | 144 | 61 |
| Binary | 11111010 | 11011010 | 0 | 0 | 1101 | 1100100 | 10 | 110100 | 1100100 | 110001 |
Color Harmonies of #FADA00
Complementary color
Monochromatic Colors of #FADA00
Black with #FADA00
Text Example
Text Example
White with #FADA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA00; }
p { color: rgb(250,218,0); }
H1.HeaderClassName
{
color: #FADA00;
}
.AnyTagClassName
{
color: #FADA00;
}
</style>
background-color css
<style>
a { background-color: #FADA00; }
a { background-color: rgb(250,218,0); }
div.DivClassName
{
background-color: #FADA00;
}
.BgClassName
{
background-color: #FADA00;
}
</style>
border-color css
<style>
span { border-color: #FADA00; }
span { border-color: rgb(250,218,0); }
td.TdClassName
{
border-color: #FADA00;
}
.TagClassName
{
border-color: #FADA00;
}
</style>