Shades of School Bus Yellow #FAD80C
Tints of School Bus Yellow #FAD80C
RGB
CMYK
RGB Variations
Color information
#FAD80C (or 0xFAD80C) is known color: School Bus Yellow. HEX triplet: FA, D8 and 0C. RGB value is (250,216,12). Sum of RGB (Red+Green+Blue) = 250+216+12=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD80C is #0527F3. Grayscale: #CBCBCB. Windows color (decimal): -337908 or 841978. OLE color: 841978.
HSL color Cylindrical-coordinate representation of color #FAD80C: hue angle of 51.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAD80C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.02 |
| HSL | 51.43º | 0.96% | 0.51% | - |
| HSV(B) | 51.43º | 0.95% | 0.98% | - |
| XYZ | 64.05 | 69.46 | 10.38 | - |
| YUV | 202.91 | 20.26 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 12 | 0 | 0.14 | 0.95 | 0.02 | 51.43 | 0.96 | 0.51 |
| Hex | FA | D8 | C | 0 | E | 5F | 2 | 33 | 60 | 33 |
| Octal | 372 | 330 | 14 | 0 | 16 | 137 | 2 | 63 | 140 | 63 |
| Binary | 11111010 | 11011000 | 1100 | 0 | 1110 | 1011111 | 10 | 110011 | 1100000 | 110011 |
Color Harmonies of #FAD80C
Complementary color
Monochromatic Colors of #FAD80C
Black with #FAD80C
Text Example
Text Example
White with #FAD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD80C; }
p { color: rgb(250,216,12); }
H1.HeaderClassName
{
color: #FAD80C;
}
.AnyTagClassName
{
color: #FAD80C;
}
</style>
background-color css
<style>
a { background-color: #FAD80C; }
a { background-color: rgb(250,216,12); }
div.DivClassName
{
background-color: #FAD80C;
}
.BgClassName
{
background-color: #FAD80C;
}
</style>
border-color css
<style>
span { border-color: #FAD80C; }
span { border-color: rgb(250,216,12); }
td.TdClassName
{
border-color: #FAD80C;
}
.TagClassName
{
border-color: #FAD80C;
}
</style>