Shades of Mustard #FCDE52
Tints of Mustard #FCDE52
RGB
CMYK
RGB Variations
Color information
#FCDE52 (or 0xFCDE52) is known color: Mustard. HEX triplet: FC, DE and 52. RGB value is (252,222,82). Sum of RGB (Red+Green+Blue) = 252+222+82=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 82 (32.42% from 255 or 14.75% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE52 is #0321AD. Grayscale: #D7D7D7. Windows color (decimal): -205230 or 5431036. OLE color: 5431036.
HSL color Cylindrical-coordinate representation of color #FCDE52: hue angle of 49.41º 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 #FCDE52 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 82 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.01 |
| HSL | 49.41º | 0.97% | 0.65% | - |
| HSV(B) | 49.41º | 0.67% | 0.99% | - |
| XYZ | 67.79 | 73.55 | 18.61 | - |
| YUV | 215.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 82 | 0 | 0.12 | 0.67 | 0.01 | 49.41 | 0.97 | 0.65 |
| Hex | FC | DE | 52 | 0 | C | 43 | 1 | 31 | 61 | 41 |
| Octal | 374 | 336 | 122 | 0 | 14 | 103 | 1 | 61 | 141 | 101 |
| Binary | 11111100 | 11011110 | 1010010 | 0 | 1100 | 1000011 | 1 | 110001 | 1100001 | 1000001 |
Color Harmonies of #FCDE52
Complementary color
Monochromatic Colors of #FCDE52
Black with #FCDE52
Text Example
Text Example
White with #FCDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE52; }
p { color: rgb(252,222,82); }
H1.HeaderClassName
{
color: #FCDE52;
}
.AnyTagClassName
{
color: #FCDE52;
}
</style>
background-color css
<style>
a { background-color: #FCDE52; }
a { background-color: rgb(252,222,82); }
div.DivClassName
{
background-color: #FCDE52;
}
.BgClassName
{
background-color: #FCDE52;
}
</style>
border-color css
<style>
span { border-color: #FCDE52; }
span { border-color: rgb(252,222,82); }
td.TdClassName
{
border-color: #FCDE52;
}
.TagClassName
{
border-color: #FCDE52;
}
</style>