Shades of School Bus Yellow #FCD90D
Tints of School Bus Yellow #FCD90D
RGB
CMYK
RGB Variations
Color information
#FCD90D (or 0xFCD90D) is known color: School Bus Yellow. HEX triplet: FC, D9 and 0D. RGB value is (252,217,13). Sum of RGB (Red+Green+Blue) = 252+217+13=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD90D is #0326F2. Grayscale: #CDCDCD. Windows color (decimal): -206579 or 907772. OLE color: 907772.
HSL color Cylindrical-coordinate representation of color #FCD90D: hue angle of 51.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCD90D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.01 |
| HSL | 51.21º | 0.98% | 0.52% | - |
| HSV(B) | 51.21º | 0.95% | 0.99% | - |
| XYZ | 65.03 | 70.35 | 10.53 | - |
| YUV | 204.21 | 20.1 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 13 | 0 | 0.14 | 0.95 | 0.01 | 51.21 | 0.98 | 0.52 |
| Hex | FC | D9 | D | 0 | E | 5F | 1 | 33 | 62 | 34 |
| Octal | 374 | 331 | 15 | 0 | 16 | 137 | 1 | 63 | 142 | 64 |
| Binary | 11111100 | 11011001 | 1101 | 0 | 1110 | 1011111 | 1 | 110011 | 1100010 | 110100 |
Color Harmonies of #FCD90D
Complementary color
Monochromatic Colors of #FCD90D
Black with #FCD90D
Text Example
Text Example
White with #FCD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD90D; }
p { color: rgb(252,217,13); }
H1.HeaderClassName
{
color: #FCD90D;
}
.AnyTagClassName
{
color: #FCD90D;
}
</style>
background-color css
<style>
a { background-color: #FCD90D; }
a { background-color: rgb(252,217,13); }
div.DivClassName
{
background-color: #FCD90D;
}
.BgClassName
{
background-color: #FCD90D;
}
</style>
border-color css
<style>
span { border-color: #FCD90D; }
span { border-color: rgb(252,217,13); }
td.TdClassName
{
border-color: #FCD90D;
}
.TagClassName
{
border-color: #FCD90D;
}
</style>