Shades of Mustard #FCD656
Tints of Mustard #FCD656
RGB
CMYK
RGB Variations
Color information
#FCD656 (or 0xFCD656) is known color: Mustard. HEX triplet: FC, D6 and 56. RGB value is (252,214,86). Sum of RGB (Red+Green+Blue) = 252+214+86=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 86 (33.98% from 255 or 15.58% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD656 is #0329A9. Grayscale: #D3D3D3. Windows color (decimal): -207274 or 5691132. OLE color: 5691132.
HSL color Cylindrical-coordinate representation of color #FCD656: hue angle of 46.27º 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 #FCD656 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 86 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.01 |
| HSL | 46.27º | 0.97% | 0.66% | - |
| HSV(B) | 46.27º | 0.66% | 0.99% | - |
| XYZ | 65.87 | 69.46 | 18.74 | - |
| YUV | 210.77 | 57.59 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 86 | 0 | 0.15 | 0.66 | 0.01 | 46.27 | 0.97 | 0.66 |
| Hex | FC | D6 | 56 | 0 | F | 42 | 1 | 2E | 61 | 42 |
| Octal | 374 | 326 | 126 | 0 | 17 | 102 | 1 | 56 | 141 | 102 |
| Binary | 11111100 | 11010110 | 1010110 | 0 | 1111 | 1000010 | 1 | 101110 | 1100001 | 1000010 |
Color Harmonies of #FCD656
Complementary color
Monochromatic Colors of #FCD656
Black with #FCD656
Text Example
Text Example
White with #FCD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD656; }
p { color: rgb(252,214,86); }
H1.HeaderClassName
{
color: #FCD656;
}
.AnyTagClassName
{
color: #FCD656;
}
</style>
background-color css
<style>
a { background-color: #FCD656; }
a { background-color: rgb(252,214,86); }
div.DivClassName
{
background-color: #FCD656;
}
.BgClassName
{
background-color: #FCD656;
}
</style>
border-color css
<style>
span { border-color: #FCD656; }
span { border-color: rgb(252,214,86); }
td.TdClassName
{
border-color: #FCD656;
}
.TagClassName
{
border-color: #FCD656;
}
</style>