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