Shades of Mustard #FCDD56
Tints of Mustard #FCDD56
RGB
CMYK
RGB Variations
Color information
#FCDD56 (or 0xFCDD56) is known color: Mustard. HEX triplet: FC, DD and 56. RGB value is (252,221,86). Sum of RGB (Red+Green+Blue) = 252+221+86=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD56 is #0322A9. Grayscale: #D7D7D7. Windows color (decimal): -205482 or 5692924. OLE color: 5692924.
HSL color Cylindrical-coordinate representation of color #FCDD56: hue angle of 48.8º 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 #FCDD56 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 86 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.01 |
| HSL | 48.8º | 0.97% | 0.66% | - |
| HSV(B) | 48.8º | 0.66% | 0.99% | - |
| XYZ | 67.68 | 73.08 | 19.34 | - |
| YUV | 214.88 | 55.27 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 86 | 0 | 0.12 | 0.66 | 0.01 | 48.8 | 0.97 | 0.66 |
| Hex | FC | DD | 56 | 0 | C | 42 | 1 | 31 | 61 | 42 |
| Octal | 374 | 335 | 126 | 0 | 14 | 102 | 1 | 61 | 141 | 102 |
| Binary | 11111100 | 11011101 | 1010110 | 0 | 1100 | 1000010 | 1 | 110001 | 1100001 | 1000010 |
Color Harmonies of #FCDD56
Complementary color
Monochromatic Colors of #FCDD56
Black with #FCDD56
Text Example
Text Example
White with #FCDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD56; }
p { color: rgb(252,221,86); }
H1.HeaderClassName
{
color: #FCDD56;
}
.AnyTagClassName
{
color: #FCDD56;
}
</style>
background-color css
<style>
a { background-color: #FCDD56; }
a { background-color: rgb(252,221,86); }
div.DivClassName
{
background-color: #FCDD56;
}
.BgClassName
{
background-color: #FCDD56;
}
</style>
border-color css
<style>
span { border-color: #FCDD56; }
span { border-color: rgb(252,221,86); }
td.TdClassName
{
border-color: #FCDD56;
}
.TagClassName
{
border-color: #FCDD56;
}
</style>