Shades of School Bus Yellow #FADA09
Tints of School Bus Yellow #FADA09
RGB
CMYK
RGB Variations
Color information
#FADA09 (or 0xFADA09) is known color: School Bus Yellow. HEX triplet: FA, DA and 09. RGB value is (250,218,9). Sum of RGB (Red+Green+Blue) = 250+218+9=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA09 is #0525F6. Grayscale: #CCCCCC. Windows color (decimal): -337399 or 645882. OLE color: 645882.
HSL color Cylindrical-coordinate representation of color #FADA09: hue angle of 52.03º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FADA09 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.02 |
| HSL | 52.03º | 0.96% | 0.51% | - |
| HSV(B) | 52.03º | 0.96% | 0.98% | - |
| XYZ | 64.55 | 70.49 | 10.46 | - |
| YUV | 203.74 | 18.1 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 9 | 0 | 0.13 | 0.96 | 0.02 | 52.03 | 0.96 | 0.51 |
| Hex | FA | DA | 9 | 0 | D | 60 | 2 | 34 | 60 | 33 |
| Octal | 372 | 332 | 11 | 0 | 15 | 140 | 2 | 64 | 140 | 63 |
| Binary | 11111010 | 11011010 | 1001 | 0 | 1101 | 1100000 | 10 | 110100 | 1100000 | 110011 |
Color Harmonies of #FADA09
Complementary color
Monochromatic Colors of #FADA09
Black with #FADA09
Text Example
Text Example
White with #FADA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA09; }
p { color: rgb(250,218,9); }
H1.HeaderClassName
{
color: #FADA09;
}
.AnyTagClassName
{
color: #FADA09;
}
</style>
background-color css
<style>
a { background-color: #FADA09; }
a { background-color: rgb(250,218,9); }
div.DivClassName
{
background-color: #FADA09;
}
.BgClassName
{
background-color: #FADA09;
}
</style>
border-color css
<style>
span { border-color: #FADA09; }
span { border-color: rgb(250,218,9); }
td.TdClassName
{
border-color: #FADA09;
}
.TagClassName
{
border-color: #FADA09;
}
</style>