Shades of School Bus Yellow #FCD906
Tints of School Bus Yellow #FCD906
RGB
CMYK
RGB Variations
Color information
#FCD906 (or 0xFCD906) is known color: School Bus Yellow. HEX triplet: FC, D9 and 06. RGB value is (252,217,6). Sum of RGB (Red+Green+Blue) = 252+217+6=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 6 (2.73% from 255 or 1.26% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD906 is #0326F9. Grayscale: #CCCCCC. Windows color (decimal): -206586 or 449020. OLE color: 449020.
HSL color Cylindrical-coordinate representation of color #FCD906: hue angle of 51.46º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCD906 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 6 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.01 |
| HSL | 51.46º | 0.98% | 0.51% | - |
| HSV(B) | 51.46º | 0.98% | 0.99% | - |
| XYZ | 64.99 | 70.33 | 10.32 | - |
| YUV | 203.41 | 16.6 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 6 | 0 | 0.14 | 0.98 | 0.01 | 51.46 | 0.98 | 0.51 |
| Hex | FC | D9 | 6 | 0 | E | 62 | 1 | 33 | 62 | 33 |
| Octal | 374 | 331 | 6 | 0 | 16 | 142 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11011001 | 110 | 0 | 1110 | 1100010 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD906
Complementary color
Monochromatic Colors of #FCD906
Black with #FCD906
Text Example
Text Example
White with #FCD906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD906; }
p { color: rgb(252,217,6); }
H1.HeaderClassName
{
color: #FCD906;
}
.AnyTagClassName
{
color: #FCD906;
}
</style>
background-color css
<style>
a { background-color: #FCD906; }
a { background-color: rgb(252,217,6); }
div.DivClassName
{
background-color: #FCD906;
}
.BgClassName
{
background-color: #FCD906;
}
</style>
border-color css
<style>
span { border-color: #FCD906; }
span { border-color: rgb(252,217,6); }
td.TdClassName
{
border-color: #FCD906;
}
.TagClassName
{
border-color: #FCD906;
}
</style>