Shades of School Bus Yellow #FADB05
Tints of School Bus Yellow #FADB05
RGB
CMYK
RGB Variations
Color information
#FADB05 (or 0xFADB05) is known color: School Bus Yellow. HEX triplet: FA, DB and 05. RGB value is (250,219,5). Sum of RGB (Red+Green+Blue) = 250+219+5=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 5 (2.34% from 255 or 1.05% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB05 is #0524FA. Grayscale: #CCCCCC. Windows color (decimal): -337147 or 383994. OLE color: 383994.
HSL color Cylindrical-coordinate representation of color #FADB05: hue angle of 52.41º 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 #FADB05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.02 |
| HSL | 52.41º | 0.96% | 0.5% | - |
| HSV(B) | 52.41º | 0.98% | 0.98% | - |
| XYZ | 64.78 | 71 | 10.43 | - |
| YUV | 203.87 | 15.77 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 5 | 0 | 0.12 | 0.98 | 0.02 | 52.41 | 0.96 | 0.5 |
| Hex | FA | DB | 5 | 0 | C | 62 | 2 | 34 | 60 | 32 |
| Octal | 372 | 333 | 5 | 0 | 14 | 142 | 2 | 64 | 140 | 62 |
| Binary | 11111010 | 11011011 | 101 | 0 | 1100 | 1100010 | 10 | 110100 | 1100000 | 110010 |
Color Harmonies of #FADB05
Complementary color
Monochromatic Colors of #FADB05
Black with #FADB05
Text Example
Text Example
White with #FADB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB05; }
p { color: rgb(250,219,5); }
H1.HeaderClassName
{
color: #FADB05;
}
.AnyTagClassName
{
color: #FADB05;
}
</style>
background-color css
<style>
a { background-color: #FADB05; }
a { background-color: rgb(250,219,5); }
div.DivClassName
{
background-color: #FADB05;
}
.BgClassName
{
background-color: #FADB05;
}
</style>
border-color css
<style>
span { border-color: #FADB05; }
span { border-color: rgb(250,219,5); }
td.TdClassName
{
border-color: #FADB05;
}
.TagClassName
{
border-color: #FADB05;
}
</style>