Shades of School Bus Yellow #FCD800
Tints of School Bus Yellow #FCD800
RGB
CMYK
RGB Variations
Color information
#FCD800 (or 0xFCD800) is known color: School Bus Yellow. HEX triplet: FC, D8 and 00. RGB value is (252,216,0). Sum of RGB (Red+Green+Blue) = 252+216+0=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD800 is #0327FF. Grayscale: #CBCBCB. Windows color (decimal): -206848 or 55548. OLE color: 55548.
HSL color Cylindrical-coordinate representation of color #FCD800: hue angle of 51.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCD800 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.01 |
| HSL | 51.43º | 1% | 0.49% | - |
| HSV(B) | 51.43º | 1% | 0.99% | - |
| XYZ | 64.7 | 69.81 | 10.06 | - |
| YUV | 202.14 | 13.93 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 0 | 0 | 0.14 | 1 | 0.01 | 51.43 | 1 | 0.49 |
| Hex | FC | D8 | 0 | 0 | E | 64 | 1 | 33 | 64 | 31 |
| Octal | 374 | 330 | 0 | 0 | 16 | 144 | 1 | 63 | 144 | 61 |
| Binary | 11111100 | 11011000 | 0 | 0 | 1110 | 1100100 | 1 | 110011 | 1100100 | 110001 |
Color Harmonies of #FCD800
Complementary color
Monochromatic Colors of #FCD800
Black with #FCD800
Text Example
Text Example
White with #FCD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD800; }
p { color: rgb(252,216,0); }
H1.HeaderClassName
{
color: #FCD800;
}
.AnyTagClassName
{
color: #FCD800;
}
</style>
background-color css
<style>
a { background-color: #FCD800; }
a { background-color: rgb(252,216,0); }
div.DivClassName
{
background-color: #FCD800;
}
.BgClassName
{
background-color: #FCD800;
}
</style>
border-color css
<style>
span { border-color: #FCD800; }
span { border-color: rgb(252,216,0); }
td.TdClassName
{
border-color: #FCD800;
}
.TagClassName
{
border-color: #FCD800;
}
</style>