Shades of Mustard #FCDC59
Tints of Mustard #FCDC59
RGB
CMYK
RGB Variations
Color information
#FCDC59 (or 0xFCDC59) is known color: Mustard. HEX triplet: FC, DC and 59. RGB value is (252,220,89). Sum of RGB (Red+Green+Blue) = 252+220+89=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 89 (35.16% from 255 or 15.86% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC59 is #0323A6. Grayscale: #D7D7D7. Windows color (decimal): -205735 or 5889276. OLE color: 5889276.
HSL color Cylindrical-coordinate representation of color #FCDC59: hue angle of 48.22º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCDC59 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 89 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.01 |
| HSL | 48.22º | 0.96% | 0.67% | - |
| HSV(B) | 48.22º | 0.65% | 0.99% | - |
| XYZ | 67.54 | 72.6 | 19.91 | - |
| YUV | 214.63 | 57.1 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 89 | 0 | 0.13 | 0.65 | 0.01 | 48.22 | 0.96 | 0.67 |
| Hex | FC | DC | 59 | 0 | D | 41 | 1 | 30 | 60 | 43 |
| Octal | 374 | 334 | 131 | 0 | 15 | 101 | 1 | 60 | 140 | 103 |
| Binary | 11111100 | 11011100 | 1011001 | 0 | 1101 | 1000001 | 1 | 110000 | 1100000 | 1000011 |
Color Harmonies of #FCDC59
Complementary color
Monochromatic Colors of #FCDC59
Black with #FCDC59
Text Example
Text Example
White with #FCDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC59; }
p { color: rgb(252,220,89); }
H1.HeaderClassName
{
color: #FCDC59;
}
.AnyTagClassName
{
color: #FCDC59;
}
</style>
background-color css
<style>
a { background-color: #FCDC59; }
a { background-color: rgb(252,220,89); }
div.DivClassName
{
background-color: #FCDC59;
}
.BgClassName
{
background-color: #FCDC59;
}
</style>
border-color css
<style>
span { border-color: #FCDC59; }
span { border-color: rgb(252,220,89); }
td.TdClassName
{
border-color: #FCDC59;
}
.TagClassName
{
border-color: #FCDC59;
}
</style>