Shades of Mustard #FCD956
Tints of Mustard #FCD956
RGB
CMYK
RGB Variations
Color information
#FCD956 (or 0xFCD956) is known color: Mustard. HEX triplet: FC, D9 and 56. RGB value is (252,217,86). Sum of RGB (Red+Green+Blue) = 252+217+86=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 86 (33.98% from 255 or 15.50% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD956 is #0326A9. Grayscale: #D5D5D5. Windows color (decimal): -206506 or 5691900. OLE color: 5691900.
HSL color Cylindrical-coordinate representation of color #FCD956: hue angle of 47.35º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCD956 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 86 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.01 |
| HSL | 47.35º | 0.97% | 0.66% | - |
| HSV(B) | 47.35º | 0.66% | 0.99% | - |
| XYZ | 66.64 | 70.99 | 18.99 | - |
| YUV | 212.53 | 56.6 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 86 | 0 | 0.14 | 0.66 | 0.01 | 47.35 | 0.97 | 0.66 |
| Hex | FC | D9 | 56 | 0 | E | 42 | 1 | 2F | 61 | 42 |
| Octal | 374 | 331 | 126 | 0 | 16 | 102 | 1 | 57 | 141 | 102 |
| Binary | 11111100 | 11011001 | 1010110 | 0 | 1110 | 1000010 | 1 | 101111 | 1100001 | 1000010 |
Color Harmonies of #FCD956
Complementary color
Monochromatic Colors of #FCD956
Black with #FCD956
Text Example
Text Example
White with #FCD956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD956; }
p { color: rgb(252,217,86); }
H1.HeaderClassName
{
color: #FCD956;
}
.AnyTagClassName
{
color: #FCD956;
}
</style>
background-color css
<style>
a { background-color: #FCD956; }
a { background-color: rgb(252,217,86); }
div.DivClassName
{
background-color: #FCD956;
}
.BgClassName
{
background-color: #FCD956;
}
</style>
border-color css
<style>
span { border-color: #FCD956; }
span { border-color: rgb(252,217,86); }
td.TdClassName
{
border-color: #FCD956;
}
.TagClassName
{
border-color: #FCD956;
}
</style>