Shades of School Bus Yellow #FADB04
Tints of School Bus Yellow #FADB04
RGB
CMYK
RGB Variations
Color information
#FADB04 (or 0xFADB04) is known color: School Bus Yellow. HEX triplet: FA, DB and 04. RGB value is (250,219,4). Sum of RGB (Red+Green+Blue) = 250+219+4=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB04 is #0524FB. Grayscale: #CCCCCC. Windows color (decimal): -337148 or 318458. OLE color: 318458.
HSL color Cylindrical-coordinate representation of color #FADB04: hue angle of 52.44º degrees, saturation: 0.97, 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 #FADB04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.02 |
| HSL | 52.44º | 0.97% | 0.5% | - |
| HSV(B) | 52.44º | 0.98% | 0.98% | - |
| XYZ | 64.78 | 71 | 10.4 | - |
| YUV | 203.76 | 15.27 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 4 | 0 | 0.12 | 0.98 | 0.02 | 52.44 | 0.97 | 0.5 |
| Hex | FA | DB | 4 | 0 | C | 62 | 2 | 34 | 61 | 32 |
| Octal | 372 | 333 | 4 | 0 | 14 | 142 | 2 | 64 | 141 | 62 |
| Binary | 11111010 | 11011011 | 100 | 0 | 1100 | 1100010 | 10 | 110100 | 1100001 | 110010 |
Color Harmonies of #FADB04
Complementary color
Monochromatic Colors of #FADB04
Black with #FADB04
Text Example
Text Example
White with #FADB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB04; }
p { color: rgb(250,219,4); }
H1.HeaderClassName
{
color: #FADB04;
}
.AnyTagClassName
{
color: #FADB04;
}
</style>
background-color css
<style>
a { background-color: #FADB04; }
a { background-color: rgb(250,219,4); }
div.DivClassName
{
background-color: #FADB04;
}
.BgClassName
{
background-color: #FADB04;
}
</style>
border-color css
<style>
span { border-color: #FADB04; }
span { border-color: rgb(250,219,4); }
td.TdClassName
{
border-color: #FADB04;
}
.TagClassName
{
border-color: #FADB04;
}
</style>