Shades of Mustard #FCDC55
Tints of Mustard #FCDC55
RGB
CMYK
RGB Variations
Color information
#FCDC55 (or 0xFCDC55) is known color: Mustard. HEX triplet: FC, DC and 55. RGB value is (252,220,85). Sum of RGB (Red+Green+Blue) = 252+220+85=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC55 is #0323AA. Grayscale: #D6D6D6. Windows color (decimal): -205739 or 5627132. OLE color: 5627132.
HSL color Cylindrical-coordinate representation of color #FCDC55: hue angle of 48.5º 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 #FCDC55 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 85 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 48.5º | 0.97% | 0.66% | - |
| HSV(B) | 48.5º | 0.66% | 0.99% | - |
| XYZ | 67.38 | 72.54 | 19.04 | - |
| YUV | 214.18 | 55.1 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 85 | 0 | 0.13 | 0.66 | 0.01 | 48.5 | 0.97 | 0.66 |
| Hex | FC | DC | 55 | 0 | D | 42 | 1 | 31 | 61 | 42 |
| Octal | 374 | 334 | 125 | 0 | 15 | 102 | 1 | 61 | 141 | 102 |
| Binary | 11111100 | 11011100 | 1010101 | 0 | 1101 | 1000010 | 1 | 110001 | 1100001 | 1000010 |
Color Harmonies of #FCDC55
Complementary color
Monochromatic Colors of #FCDC55
Black with #FCDC55
Text Example
Text Example
White with #FCDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC55; }
p { color: rgb(252,220,85); }
H1.HeaderClassName
{
color: #FCDC55;
}
.AnyTagClassName
{
color: #FCDC55;
}
</style>
background-color css
<style>
a { background-color: #FCDC55; }
a { background-color: rgb(252,220,85); }
div.DivClassName
{
background-color: #FCDC55;
}
.BgClassName
{
background-color: #FCDC55;
}
</style>
border-color css
<style>
span { border-color: #FCDC55; }
span { border-color: rgb(252,220,85); }
td.TdClassName
{
border-color: #FCDC55;
}
.TagClassName
{
border-color: #FCDC55;
}
</style>