Shades of Mustard #FCDD55
Tints of Mustard #FCDD55
RGB
CMYK
RGB Variations
Color information
#FCDD55 (or 0xFCDD55) is known color: Mustard. HEX triplet: FC, DD and 55. RGB value is (252,221,85). Sum of RGB (Red+Green+Blue) = 252+221+85=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 85 (33.59% from 255 or 15.23% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD55 is #0322AA. Grayscale: #D7D7D7. Windows color (decimal): -205483 or 5627388. OLE color: 5627388.
HSL color Cylindrical-coordinate representation of color #FCDD55: hue angle of 48.86º 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 #FCDD55 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 85 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.01 |
| HSL | 48.86º | 0.97% | 0.66% | - |
| HSV(B) | 48.86º | 0.66% | 0.99% | - |
| XYZ | 67.64 | 73.06 | 19.13 | - |
| YUV | 214.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 85 | 0 | 0.12 | 0.66 | 0.01 | 48.86 | 0.97 | 0.66 |
| Hex | FC | DD | 55 | 0 | C | 42 | 1 | 31 | 61 | 42 |
| Octal | 374 | 335 | 125 | 0 | 14 | 102 | 1 | 61 | 141 | 102 |
| Binary | 11111100 | 11011101 | 1010101 | 0 | 1100 | 1000010 | 1 | 110001 | 1100001 | 1000010 |
Color Harmonies of #FCDD55
Complementary color
Monochromatic Colors of #FCDD55
Black with #FCDD55
Text Example
Text Example
White with #FCDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD55; }
p { color: rgb(252,221,85); }
H1.HeaderClassName
{
color: #FCDD55;
}
.AnyTagClassName
{
color: #FCDD55;
}
</style>
background-color css
<style>
a { background-color: #FCDD55; }
a { background-color: rgb(252,221,85); }
div.DivClassName
{
background-color: #FCDD55;
}
.BgClassName
{
background-color: #FCDD55;
}
</style>
border-color css
<style>
span { border-color: #FCDD55; }
span { border-color: rgb(252,221,85); }
td.TdClassName
{
border-color: #FCDD55;
}
.TagClassName
{
border-color: #FCDD55;
}
</style>