Shades of School Bus Yellow #FCD808
Tints of School Bus Yellow #FCD808
RGB
CMYK
RGB Variations
Color information
#FCD808 (or 0xFCD808) is known color: School Bus Yellow. HEX triplet: FC, D8 and 08. RGB value is (252,216,8). Sum of RGB (Red+Green+Blue) = 252+216+8=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 8 (3.52% from 255 or 1.68% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD808 is #0327F7. Grayscale: #CBCBCB. Windows color (decimal): -206840 or 579836. OLE color: 579836.
HSL color Cylindrical-coordinate representation of color #FCD808: hue angle of 51.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCD808 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.01 |
| HSL | 51.15º | 0.98% | 0.51% | - |
| HSV(B) | 51.15º | 0.97% | 0.99% | - |
| XYZ | 64.74 | 69.82 | 10.29 | - |
| YUV | 203.05 | 17.93 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 8 | 0 | 0.14 | 0.97 | 0.01 | 51.15 | 0.98 | 0.51 |
| Hex | FC | D8 | 8 | 0 | E | 61 | 1 | 33 | 62 | 33 |
| Octal | 374 | 330 | 10 | 0 | 16 | 141 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11011000 | 1000 | 0 | 1110 | 1100001 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD808
Complementary color
Monochromatic Colors of #FCD808
Black with #FCD808
Text Example
Text Example
White with #FCD808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD808; }
p { color: rgb(252,216,8); }
H1.HeaderClassName
{
color: #FCD808;
}
.AnyTagClassName
{
color: #FCD808;
}
</style>
background-color css
<style>
a { background-color: #FCD808; }
a { background-color: rgb(252,216,8); }
div.DivClassName
{
background-color: #FCD808;
}
.BgClassName
{
background-color: #FCD808;
}
</style>
border-color css
<style>
span { border-color: #FCD808; }
span { border-color: rgb(252,216,8); }
td.TdClassName
{
border-color: #FCD808;
}
.TagClassName
{
border-color: #FCD808;
}
</style>