Shades of School Bus Yellow #FCD80E
Tints of School Bus Yellow #FCD80E
RGB
CMYK
RGB Variations
Color information
#FCD80E (or 0xFCD80E) is known color: School Bus Yellow. HEX triplet: FC, D8 and 0E. RGB value is (252,216,14). Sum of RGB (Red+Green+Blue) = 252+216+14=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD80E is #0327F1. Grayscale: #CCCCCC. Windows color (decimal): -206834 or 973052. OLE color: 973052.
HSL color Cylindrical-coordinate representation of color #FCD80E: hue angle of 50.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCD80E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.01 |
| HSL | 50.92º | 0.98% | 0.52% | - |
| HSV(B) | 50.92º | 0.94% | 0.99% | - |
| XYZ | 64.78 | 69.84 | 10.48 | - |
| YUV | 203.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 14 | 0 | 0.14 | 0.94 | 0.01 | 50.92 | 0.98 | 0.52 |
| Hex | FC | D8 | E | 0 | E | 5E | 1 | 33 | 62 | 34 |
| Octal | 374 | 330 | 16 | 0 | 16 | 136 | 1 | 63 | 142 | 64 |
| Binary | 11111100 | 11011000 | 1110 | 0 | 1110 | 1011110 | 1 | 110011 | 1100010 | 110100 |
Color Harmonies of #FCD80E
Complementary color
Monochromatic Colors of #FCD80E
Black with #FCD80E
Text Example
Text Example
White with #FCD80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD80E; }
p { color: rgb(252,216,14); }
H1.HeaderClassName
{
color: #FCD80E;
}
.AnyTagClassName
{
color: #FCD80E;
}
</style>
background-color css
<style>
a { background-color: #FCD80E; }
a { background-color: rgb(252,216,14); }
div.DivClassName
{
background-color: #FCD80E;
}
.BgClassName
{
background-color: #FCD80E;
}
</style>
border-color css
<style>
span { border-color: #FCD80E; }
span { border-color: rgb(252,216,14); }
td.TdClassName
{
border-color: #FCD80E;
}
.TagClassName
{
border-color: #FCD80E;
}
</style>