Shades of Mustard #FCDA56
Tints of Mustard #FCDA56
RGB
CMYK
RGB Variations
Color information
#FCDA56 (or 0xFCDA56) is known color: Mustard. HEX triplet: FC, DA and 56. RGB value is (252,218,86). Sum of RGB (Red+Green+Blue) = 252+218+86=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 86 (33.98% from 255 or 15.47% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA56 is #0325A9. Grayscale: #D5D5D5. Windows color (decimal): -206250 or 5692156. OLE color: 5692156.
HSL color Cylindrical-coordinate representation of color #FCDA56: hue angle of 47.71º 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 #FCDA56 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 86 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 47.71º | 0.97% | 0.66% | - |
| HSV(B) | 47.71º | 0.66% | 0.99% | - |
| XYZ | 66.9 | 71.51 | 19.08 | - |
| YUV | 213.12 | 56.26 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 86 | 0 | 0.13 | 0.66 | 0.01 | 47.71 | 0.97 | 0.66 |
| Hex | FC | DA | 56 | 0 | D | 42 | 1 | 30 | 61 | 42 |
| Octal | 374 | 332 | 126 | 0 | 15 | 102 | 1 | 60 | 141 | 102 |
| Binary | 11111100 | 11011010 | 1010110 | 0 | 1101 | 1000010 | 1 | 110000 | 1100001 | 1000010 |
Color Harmonies of #FCDA56
Complementary color
Monochromatic Colors of #FCDA56
Black with #FCDA56
Text Example
Text Example
White with #FCDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA56; }
p { color: rgb(252,218,86); }
H1.HeaderClassName
{
color: #FCDA56;
}
.AnyTagClassName
{
color: #FCDA56;
}
</style>
background-color css
<style>
a { background-color: #FCDA56; }
a { background-color: rgb(252,218,86); }
div.DivClassName
{
background-color: #FCDA56;
}
.BgClassName
{
background-color: #FCDA56;
}
</style>
border-color css
<style>
span { border-color: #FCDA56; }
span { border-color: rgb(252,218,86); }
td.TdClassName
{
border-color: #FCDA56;
}
.TagClassName
{
border-color: #FCDA56;
}
</style>