Shades of School Bus Yellow #FADA03
Tints of School Bus Yellow #FADA03
RGB
CMYK
RGB Variations
Color information
#FADA03 (or 0xFADA03) is known color: School Bus Yellow. HEX triplet: FA, DA and 03. RGB value is (250,218,3). Sum of RGB (Red+Green+Blue) = 250+218+3=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 3 (1.56% from 255 or 0.64% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA03 is #0525FC. Grayscale: #CBCBCB. Windows color (decimal): -337405 or 252666. OLE color: 252666.
HSL color Cylindrical-coordinate representation of color #FADA03: hue angle of 52.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FADA03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.02 |
| HSL | 52.23º | 0.98% | 0.5% | - |
| HSV(B) | 52.23º | 0.99% | 0.98% | - |
| XYZ | 64.51 | 70.47 | 10.29 | - |
| YUV | 203.06 | 15.1 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 3 | 0 | 0.13 | 0.99 | 0.02 | 52.23 | 0.98 | 0.5 |
| Hex | FA | DA | 3 | 0 | D | 63 | 2 | 34 | 62 | 32 |
| Octal | 372 | 332 | 3 | 0 | 15 | 143 | 2 | 64 | 142 | 62 |
| Binary | 11111010 | 11011010 | 11 | 0 | 1101 | 1100011 | 10 | 110100 | 1100010 | 110010 |
Color Harmonies of #FADA03
Complementary color
Monochromatic Colors of #FADA03
Black with #FADA03
Text Example
Text Example
White with #FADA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA03; }
p { color: rgb(250,218,3); }
H1.HeaderClassName
{
color: #FADA03;
}
.AnyTagClassName
{
color: #FADA03;
}
</style>
background-color css
<style>
a { background-color: #FADA03; }
a { background-color: rgb(250,218,3); }
div.DivClassName
{
background-color: #FADA03;
}
.BgClassName
{
background-color: #FADA03;
}
</style>
border-color css
<style>
span { border-color: #FADA03; }
span { border-color: rgb(250,218,3); }
td.TdClassName
{
border-color: #FADA03;
}
.TagClassName
{
border-color: #FADA03;
}
</style>