Shades of School Bus Yellow #FADA05
Tints of School Bus Yellow #FADA05
RGB
CMYK
RGB Variations
Color information
#FADA05 (or 0xFADA05) is known color: School Bus Yellow. HEX triplet: FA, DA and 05. RGB value is (250,218,5). Sum of RGB (Red+Green+Blue) = 250+218+5=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA05 is #0525FA. Grayscale: #CCCCCC. Windows color (decimal): -337403 or 383738. OLE color: 383738.
HSL color Cylindrical-coordinate representation of color #FADA05: hue angle of 52.16º degrees, saturation: 0.96, 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 #FADA05 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.02 |
| HSL | 52.16º | 0.96% | 0.5% | - |
| HSV(B) | 52.16º | 0.98% | 0.98% | - |
| XYZ | 64.52 | 70.48 | 10.35 | - |
| YUV | 203.29 | 16.1 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 5 | 0 | 0.13 | 0.98 | 0.02 | 52.16 | 0.96 | 0.5 |
| Hex | FA | DA | 5 | 0 | D | 62 | 2 | 34 | 60 | 32 |
| Octal | 372 | 332 | 5 | 0 | 15 | 142 | 2 | 64 | 140 | 62 |
| Binary | 11111010 | 11011010 | 101 | 0 | 1101 | 1100010 | 10 | 110100 | 1100000 | 110010 |
Color Harmonies of #FADA05
Complementary color
Monochromatic Colors of #FADA05
Black with #FADA05
Text Example
Text Example
White with #FADA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA05; }
p { color: rgb(250,218,5); }
H1.HeaderClassName
{
color: #FADA05;
}
.AnyTagClassName
{
color: #FADA05;
}
</style>
background-color css
<style>
a { background-color: #FADA05; }
a { background-color: rgb(250,218,5); }
div.DivClassName
{
background-color: #FADA05;
}
.BgClassName
{
background-color: #FADA05;
}
</style>
border-color css
<style>
span { border-color: #FADA05; }
span { border-color: rgb(250,218,5); }
td.TdClassName
{
border-color: #FADA05;
}
.TagClassName
{
border-color: #FADA05;
}
</style>