Shades of School Bus Yellow #FCD905
Tints of School Bus Yellow #FCD905
RGB
CMYK
RGB Variations
Color information
#FCD905 (or 0xFCD905) is known color: School Bus Yellow. HEX triplet: FC, D9 and 05. RGB value is (252,217,5). Sum of RGB (Red+Green+Blue) = 252+217+5=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 5 (2.34% from 255 or 1.05% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD905 is #0326FA. Grayscale: #CCCCCC. Windows color (decimal): -206587 or 383484. OLE color: 383484.
HSL color Cylindrical-coordinate representation of color #FCD905: hue angle of 51.5º 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 #FCD905 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.01 |
| HSL | 51.5º | 0.98% | 0.5% | - |
| HSV(B) | 51.5º | 0.98% | 0.99% | - |
| XYZ | 64.99 | 70.33 | 10.29 | - |
| YUV | 203.3 | 16.1 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 5 | 0 | 0.14 | 0.98 | 0.01 | 51.5 | 0.98 | 0.5 |
| Hex | FC | D9 | 5 | 0 | E | 62 | 1 | 33 | 62 | 32 |
| Octal | 374 | 331 | 5 | 0 | 16 | 142 | 1 | 63 | 142 | 62 |
| Binary | 11111100 | 11011001 | 101 | 0 | 1110 | 1100010 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FCD905
Complementary color
Monochromatic Colors of #FCD905
Black with #FCD905
Text Example
Text Example
White with #FCD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD905; }
p { color: rgb(252,217,5); }
H1.HeaderClassName
{
color: #FCD905;
}
.AnyTagClassName
{
color: #FCD905;
}
</style>
background-color css
<style>
a { background-color: #FCD905; }
a { background-color: rgb(252,217,5); }
div.DivClassName
{
background-color: #FCD905;
}
.BgClassName
{
background-color: #FCD905;
}
</style>
border-color css
<style>
span { border-color: #FCD905; }
span { border-color: rgb(252,217,5); }
td.TdClassName
{
border-color: #FCD905;
}
.TagClassName
{
border-color: #FCD905;
}
</style>