Shades of Mustard #FCD852
Tints of Mustard #FCD852
RGB
CMYK
RGB Variations
Color information
#FCD852 (or 0xFCD852) is known color: Mustard. HEX triplet: FC, D8 and 52. RGB value is (252,216,82). Sum of RGB (Red+Green+Blue) = 252+216+82=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD852 is #0327AD. Grayscale: #D4D4D4. Windows color (decimal): -206766 or 5429500. OLE color: 5429500.
HSL color Cylindrical-coordinate representation of color #FCD852: hue angle of 47.29º 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 #FCD852 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 82 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.01 |
| HSL | 47.29º | 0.97% | 0.65% | - |
| HSV(B) | 47.29º | 0.67% | 0.99% | - |
| XYZ | 66.22 | 70.42 | 18.08 | - |
| YUV | 211.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 82 | 0 | 0.14 | 0.67 | 0.01 | 47.29 | 0.97 | 0.65 |
| Hex | FC | D8 | 52 | 0 | E | 43 | 1 | 2F | 61 | 41 |
| Octal | 374 | 330 | 122 | 0 | 16 | 103 | 1 | 57 | 141 | 101 |
| Binary | 11111100 | 11011000 | 1010010 | 0 | 1110 | 1000011 | 1 | 101111 | 1100001 | 1000001 |
Color Harmonies of #FCD852
Complementary color
Monochromatic Colors of #FCD852
Black with #FCD852
Text Example
Text Example
White with #FCD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD852; }
p { color: rgb(252,216,82); }
H1.HeaderClassName
{
color: #FCD852;
}
.AnyTagClassName
{
color: #FCD852;
}
</style>
background-color css
<style>
a { background-color: #FCD852; }
a { background-color: rgb(252,216,82); }
div.DivClassName
{
background-color: #FCD852;
}
.BgClassName
{
background-color: #FCD852;
}
</style>
border-color css
<style>
span { border-color: #FCD852; }
span { border-color: rgb(252,216,82); }
td.TdClassName
{
border-color: #FCD852;
}
.TagClassName
{
border-color: #FCD852;
}
</style>