Shades of Mustard #FCD756
Tints of Mustard #FCD756
RGB
CMYK
RGB Variations
Color information
#FCD756 (or 0xFCD756) is known color: Mustard. HEX triplet: FC, D7 and 56. RGB value is (252,215,86). Sum of RGB (Red+Green+Blue) = 252+215+86=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 86 (33.98% from 255 or 15.55% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD756 is #0328A9. Grayscale: #D3D3D3. Windows color (decimal): -207018 or 5691388. OLE color: 5691388.
HSL color Cylindrical-coordinate representation of color #FCD756: hue angle of 46.63º 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 #FCD756 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 86 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.01 |
| HSL | 46.63º | 0.97% | 0.66% | - |
| HSV(B) | 46.63º | 0.66% | 0.99% | - |
| XYZ | 66.13 | 69.97 | 18.82 | - |
| YUV | 211.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 86 | 0 | 0.15 | 0.66 | 0.01 | 46.63 | 0.97 | 0.66 |
| Hex | FC | D7 | 56 | 0 | F | 42 | 1 | 2F | 61 | 42 |
| Octal | 374 | 327 | 126 | 0 | 17 | 102 | 1 | 57 | 141 | 102 |
| Binary | 11111100 | 11010111 | 1010110 | 0 | 1111 | 1000010 | 1 | 101111 | 1100001 | 1000010 |
Color Harmonies of #FCD756
Complementary color
Monochromatic Colors of #FCD756
Black with #FCD756
Text Example
Text Example
White with #FCD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD756; }
p { color: rgb(252,215,86); }
H1.HeaderClassName
{
color: #FCD756;
}
.AnyTagClassName
{
color: #FCD756;
}
</style>
background-color css
<style>
a { background-color: #FCD756; }
a { background-color: rgb(252,215,86); }
div.DivClassName
{
background-color: #FCD756;
}
.BgClassName
{
background-color: #FCD756;
}
</style>
border-color css
<style>
span { border-color: #FCD756; }
span { border-color: rgb(252,215,86); }
td.TdClassName
{
border-color: #FCD756;
}
.TagClassName
{
border-color: #FCD756;
}
</style>