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