Shades of School Bus Yellow #FAD90E
Tints of School Bus Yellow #FAD90E
RGB
CMYK
RGB Variations
Color information
#FAD90E (or 0xFAD90E) is known color: School Bus Yellow. HEX triplet: FA, D9 and 0E. RGB value is (250,217,14). Sum of RGB (Red+Green+Blue) = 250+217+14=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD90E is #0526F1. Grayscale: #CCCCCC. Windows color (decimal): -337650 or 973306. OLE color: 973306.
HSL color Cylindrical-coordinate representation of color #FAD90E: hue angle of 51.61º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAD90E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.02 |
| HSL | 51.61º | 0.96% | 0.52% | - |
| HSV(B) | 51.61º | 0.94% | 0.98% | - |
| XYZ | 64.32 | 69.98 | 10.53 | - |
| YUV | 203.73 | 20.93 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 14 | 0 | 0.13 | 0.94 | 0.02 | 51.61 | 0.96 | 0.52 |
| Hex | FA | D9 | E | 0 | D | 5E | 2 | 34 | 60 | 34 |
| Octal | 372 | 331 | 16 | 0 | 15 | 136 | 2 | 64 | 140 | 64 |
| Binary | 11111010 | 11011001 | 1110 | 0 | 1101 | 1011110 | 10 | 110100 | 1100000 | 110100 |
Color Harmonies of #FAD90E
Complementary color
Monochromatic Colors of #FAD90E
Black with #FAD90E
Text Example
Text Example
White with #FAD90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD90E; }
p { color: rgb(250,217,14); }
H1.HeaderClassName
{
color: #FAD90E;
}
.AnyTagClassName
{
color: #FAD90E;
}
</style>
background-color css
<style>
a { background-color: #FAD90E; }
a { background-color: rgb(250,217,14); }
div.DivClassName
{
background-color: #FAD90E;
}
.BgClassName
{
background-color: #FAD90E;
}
</style>
border-color css
<style>
span { border-color: #FAD90E; }
span { border-color: rgb(250,217,14); }
td.TdClassName
{
border-color: #FAD90E;
}
.TagClassName
{
border-color: #FAD90E;
}
</style>