Shades of School Bus Yellow #FADB03
Tints of School Bus Yellow #FADB03
RGB
CMYK
RGB Variations
Color information
#FADB03 (or 0xFADB03) is known color: School Bus Yellow. HEX triplet: FA, DB and 03. RGB value is (250,219,3). Sum of RGB (Red+Green+Blue) = 250+219+3=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 3 (1.56% from 255 or 0.64% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB03 is #0524FC. Grayscale: #CCCCCC. Windows color (decimal): -337149 or 252922. OLE color: 252922.
HSL color Cylindrical-coordinate representation of color #FADB03: hue angle of 52.47º 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 #FADB03 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.02 |
| HSL | 52.47º | 0.98% | 0.5% | - |
| HSV(B) | 52.47º | 0.99% | 0.98% | - |
| XYZ | 64.77 | 70.99 | 10.38 | - |
| YUV | 203.65 | 14.77 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 3 | 0 | 0.12 | 0.99 | 0.02 | 52.47 | 0.98 | 0.5 |
| Hex | FA | DB | 3 | 0 | C | 63 | 2 | 34 | 62 | 32 |
| Octal | 372 | 333 | 3 | 0 | 14 | 143 | 2 | 64 | 142 | 62 |
| Binary | 11111010 | 11011011 | 11 | 0 | 1100 | 1100011 | 10 | 110100 | 1100010 | 110010 |
Color Harmonies of #FADB03
Complementary color
Monochromatic Colors of #FADB03
Black with #FADB03
Text Example
Text Example
White with #FADB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB03; }
p { color: rgb(250,219,3); }
H1.HeaderClassName
{
color: #FADB03;
}
.AnyTagClassName
{
color: #FADB03;
}
</style>
background-color css
<style>
a { background-color: #FADB03; }
a { background-color: rgb(250,219,3); }
div.DivClassName
{
background-color: #FADB03;
}
.BgClassName
{
background-color: #FADB03;
}
</style>
border-color css
<style>
span { border-color: #FADB03; }
span { border-color: rgb(250,219,3); }
td.TdClassName
{
border-color: #FADB03;
}
.TagClassName
{
border-color: #FADB03;
}
</style>