Shades of School Bus Yellow #FAD90C
Tints of School Bus Yellow #FAD90C
RGB
CMYK
RGB Variations
Color information
#FAD90C (or 0xFAD90C) is known color: School Bus Yellow. HEX triplet: FA, D9 and 0C. RGB value is (250,217,12). Sum of RGB (Red+Green+Blue) = 250+217+12=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD90C is #0526F3. Grayscale: #CCCCCC. Windows color (decimal): -337652 or 842234. OLE color: 842234.
HSL color Cylindrical-coordinate representation of color #FAD90C: hue angle of 51.68º 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 #FAD90C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.02 |
| HSL | 51.68º | 0.96% | 0.51% | - |
| HSV(B) | 51.68º | 0.95% | 0.98% | - |
| XYZ | 64.3 | 69.98 | 10.47 | - |
| YUV | 203.5 | 19.93 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 12 | 0 | 0.13 | 0.95 | 0.02 | 51.68 | 0.96 | 0.51 |
| Hex | FA | D9 | C | 0 | D | 5F | 2 | 34 | 60 | 33 |
| Octal | 372 | 331 | 14 | 0 | 15 | 137 | 2 | 64 | 140 | 63 |
| Binary | 11111010 | 11011001 | 1100 | 0 | 1101 | 1011111 | 10 | 110100 | 1100000 | 110011 |
Color Harmonies of #FAD90C
Complementary color
Monochromatic Colors of #FAD90C
Black with #FAD90C
Text Example
Text Example
White with #FAD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD90C; }
p { color: rgb(250,217,12); }
H1.HeaderClassName
{
color: #FAD90C;
}
.AnyTagClassName
{
color: #FAD90C;
}
</style>
background-color css
<style>
a { background-color: #FAD90C; }
a { background-color: rgb(250,217,12); }
div.DivClassName
{
background-color: #FAD90C;
}
.BgClassName
{
background-color: #FAD90C;
}
</style>
border-color css
<style>
span { border-color: #FAD90C; }
span { border-color: rgb(250,217,12); }
td.TdClassName
{
border-color: #FAD90C;
}
.TagClassName
{
border-color: #FAD90C;
}
</style>