Shades of School Bus Yellow #FCD809
Tints of School Bus Yellow #FCD809
RGB
CMYK
RGB Variations
Color information
#FCD809 (or 0xFCD809) is known color: School Bus Yellow. HEX triplet: FC, D8 and 09. RGB value is (252,216,9). Sum of RGB (Red+Green+Blue) = 252+216+9=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD809 is #0327F6. Grayscale: #CCCCCC. Windows color (decimal): -206839 or 645372. OLE color: 645372.
HSL color Cylindrical-coordinate representation of color #FCD809: hue angle of 51.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCD809 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 9 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.01 |
| HSL | 51.11º | 0.98% | 0.51% | - |
| HSV(B) | 51.11º | 0.96% | 0.99% | - |
| XYZ | 64.75 | 69.83 | 10.32 | - |
| YUV | 203.17 | 18.43 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 9 | 0 | 0.14 | 0.96 | 0.01 | 51.11 | 0.98 | 0.51 |
| Hex | FC | D8 | 9 | 0 | E | 60 | 1 | 33 | 62 | 33 |
| Octal | 374 | 330 | 11 | 0 | 16 | 140 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11011000 | 1001 | 0 | 1110 | 1100000 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD809
Complementary color
Monochromatic Colors of #FCD809
Black with #FCD809
Text Example
Text Example
White with #FCD809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD809; }
p { color: rgb(252,216,9); }
H1.HeaderClassName
{
color: #FCD809;
}
.AnyTagClassName
{
color: #FCD809;
}
</style>
background-color css
<style>
a { background-color: #FCD809; }
a { background-color: rgb(252,216,9); }
div.DivClassName
{
background-color: #FCD809;
}
.BgClassName
{
background-color: #FCD809;
}
</style>
border-color css
<style>
span { border-color: #FCD809; }
span { border-color: rgb(252,216,9); }
td.TdClassName
{
border-color: #FCD809;
}
.TagClassName
{
border-color: #FCD809;
}
</style>