Shades of Mustard #FCD952
Tints of Mustard #FCD952
RGB
CMYK
RGB Variations
Color information
#FCD952 (or 0xFCD952) is known color: Mustard. HEX triplet: FC, D9 and 52. RGB value is (252,217,82). Sum of RGB (Red+Green+Blue) = 252+217+82=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD952 is #0326AD. Grayscale: #D4D4D4. Windows color (decimal): -206510 or 5429756. OLE color: 5429756.
HSL color Cylindrical-coordinate representation of color #FCD952: hue angle of 47.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCD952 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 82 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.01 |
| HSL | 47.65º | 0.97% | 0.65% | - |
| HSV(B) | 47.65º | 0.67% | 0.99% | - |
| XYZ | 66.48 | 70.93 | 18.17 | - |
| YUV | 212.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 82 | 0 | 0.14 | 0.67 | 0.01 | 47.65 | 0.97 | 0.65 |
| Hex | FC | D9 | 52 | 0 | E | 43 | 1 | 30 | 61 | 41 |
| Octal | 374 | 331 | 122 | 0 | 16 | 103 | 1 | 60 | 141 | 101 |
| Binary | 11111100 | 11011001 | 1010010 | 0 | 1110 | 1000011 | 1 | 110000 | 1100001 | 1000001 |
Color Harmonies of #FCD952
Complementary color
Monochromatic Colors of #FCD952
Black with #FCD952
Text Example
Text Example
White with #FCD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD952; }
p { color: rgb(252,217,82); }
H1.HeaderClassName
{
color: #FCD952;
}
.AnyTagClassName
{
color: #FCD952;
}
</style>
background-color css
<style>
a { background-color: #FCD952; }
a { background-color: rgb(252,217,82); }
div.DivClassName
{
background-color: #FCD952;
}
.BgClassName
{
background-color: #FCD952;
}
</style>
border-color css
<style>
span { border-color: #FCD952; }
span { border-color: rgb(252,217,82); }
td.TdClassName
{
border-color: #FCD952;
}
.TagClassName
{
border-color: #FCD952;
}
</style>