Shades of Mustard #FCD955
Tints of Mustard #FCD955
RGB
CMYK
RGB Variations
Color information
#FCD955 (or 0xFCD955) is known color: Mustard. HEX triplet: FC, D9 and 55. RGB value is (252,217,85). Sum of RGB (Red+Green+Blue) = 252+217+85=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD955 is #0326AA. Grayscale: #D4D4D4. Windows color (decimal): -206507 or 5626364. OLE color: 5626364.
HSL color Cylindrical-coordinate representation of color #FCD955: hue angle of 47.43º 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 #FCD955 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 85 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.01 |
| HSL | 47.43º | 0.97% | 0.66% | - |
| HSV(B) | 47.43º | 0.66% | 0.99% | - |
| XYZ | 66.6 | 70.98 | 18.78 | - |
| YUV | 212.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 85 | 0 | 0.14 | 0.66 | 0.01 | 47.43 | 0.97 | 0.66 |
| Hex | FC | D9 | 55 | 0 | E | 42 | 1 | 2F | 61 | 42 |
| Octal | 374 | 331 | 125 | 0 | 16 | 102 | 1 | 57 | 141 | 102 |
| Binary | 11111100 | 11011001 | 1010101 | 0 | 1110 | 1000010 | 1 | 101111 | 1100001 | 1000010 |
Color Harmonies of #FCD955
Complementary color
Monochromatic Colors of #FCD955
Black with #FCD955
Text Example
Text Example
White with #FCD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD955; }
p { color: rgb(252,217,85); }
H1.HeaderClassName
{
color: #FCD955;
}
.AnyTagClassName
{
color: #FCD955;
}
</style>
background-color css
<style>
a { background-color: #FCD955; }
a { background-color: rgb(252,217,85); }
div.DivClassName
{
background-color: #FCD955;
}
.BgClassName
{
background-color: #FCD955;
}
</style>
border-color css
<style>
span { border-color: #FCD955; }
span { border-color: rgb(252,217,85); }
td.TdClassName
{
border-color: #FCD955;
}
.TagClassName
{
border-color: #FCD955;
}
</style>