Shades of School Bus Yellow #FCD805
Tints of School Bus Yellow #FCD805
RGB
CMYK
RGB Variations
Color information
#FCD805 (or 0xFCD805) is known color: School Bus Yellow. HEX triplet: FC, D8 and 05. RGB value is (252,216,5). Sum of RGB (Red+Green+Blue) = 252+216+5=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD805 is #0327FA. Grayscale: #CBCBCB. Windows color (decimal): -206843 or 383228. OLE color: 383228.
HSL color Cylindrical-coordinate representation of color #FCD805: hue angle of 51.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCD805 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.01 |
| HSL | 51.26º | 0.98% | 0.5% | - |
| HSV(B) | 51.26º | 0.98% | 0.99% | - |
| XYZ | 64.73 | 69.82 | 10.21 | - |
| YUV | 202.71 | 16.43 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 5 | 0 | 0.14 | 0.98 | 0.01 | 51.26 | 0.98 | 0.5 |
| Hex | FC | D8 | 5 | 0 | E | 62 | 1 | 33 | 62 | 32 |
| Octal | 374 | 330 | 5 | 0 | 16 | 142 | 1 | 63 | 142 | 62 |
| Binary | 11111100 | 11011000 | 101 | 0 | 1110 | 1100010 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FCD805
Complementary color
Monochromatic Colors of #FCD805
Black with #FCD805
Text Example
Text Example
White with #FCD805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD805; }
p { color: rgb(252,216,5); }
H1.HeaderClassName
{
color: #FCD805;
}
.AnyTagClassName
{
color: #FCD805;
}
</style>
background-color css
<style>
a { background-color: #FCD805; }
a { background-color: rgb(252,216,5); }
div.DivClassName
{
background-color: #FCD805;
}
.BgClassName
{
background-color: #FCD805;
}
</style>
border-color css
<style>
span { border-color: #FCD805; }
span { border-color: rgb(252,216,5); }
td.TdClassName
{
border-color: #FCD805;
}
.TagClassName
{
border-color: #FCD805;
}
</style>