Shades of School Bus Yellow #FCD908
Tints of School Bus Yellow #FCD908
RGB
CMYK
RGB Variations
Color information
#FCD908 (or 0xFCD908) is known color: School Bus Yellow. HEX triplet: FC, D9 and 08. RGB value is (252,217,8). Sum of RGB (Red+Green+Blue) = 252+217+8=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 8 (3.52% from 255 or 1.68% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD908 is #0326F7. Grayscale: #CCCCCC. Windows color (decimal): -206584 or 580092. OLE color: 580092.
HSL color Cylindrical-coordinate representation of color #FCD908: hue angle of 51.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCD908 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.01 |
| HSL | 51.39º | 0.98% | 0.51% | - |
| HSV(B) | 51.39º | 0.97% | 0.99% | - |
| XYZ | 65 | 70.34 | 10.38 | - |
| YUV | 203.64 | 17.6 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 8 | 0 | 0.14 | 0.97 | 0.01 | 51.39 | 0.98 | 0.51 |
| Hex | FC | D9 | 8 | 0 | E | 61 | 1 | 33 | 62 | 33 |
| Octal | 374 | 331 | 10 | 0 | 16 | 141 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11011001 | 1000 | 0 | 1110 | 1100001 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD908
Complementary color
Monochromatic Colors of #FCD908
Black with #FCD908
Text Example
Text Example
White with #FCD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD908; }
p { color: rgb(252,217,8); }
H1.HeaderClassName
{
color: #FCD908;
}
.AnyTagClassName
{
color: #FCD908;
}
</style>
background-color css
<style>
a { background-color: #FCD908; }
a { background-color: rgb(252,217,8); }
div.DivClassName
{
background-color: #FCD908;
}
.BgClassName
{
background-color: #FCD908;
}
</style>
border-color css
<style>
span { border-color: #FCD908; }
span { border-color: rgb(252,217,8); }
td.TdClassName
{
border-color: #FCD908;
}
.TagClassName
{
border-color: #FCD908;
}
</style>