Shades of Mustard #FCDE53
Tints of Mustard #FCDE53
RGB
CMYK
RGB Variations
Color information
#FCDE53 (or 0xFCDE53) is known color: Mustard. HEX triplet: FC, DE and 53. RGB value is (252,222,83). Sum of RGB (Red+Green+Blue) = 252+222+83=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 83 (32.81% from 255 or 14.90% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE53 is #0321AC. Grayscale: #D7D7D7. Windows color (decimal): -205229 or 5496572. OLE color: 5496572.
HSL color Cylindrical-coordinate representation of color #FCDE53: hue angle of 49.35º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCDE53 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 83 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.01 |
| HSL | 49.35º | 0.97% | 0.66% | - |
| HSV(B) | 49.35º | 0.67% | 0.99% | - |
| XYZ | 67.83 | 73.56 | 18.81 | - |
| YUV | 215.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 83 | 0 | 0.12 | 0.67 | 0.01 | 49.35 | 0.97 | 0.66 |
| Hex | FC | DE | 53 | 0 | C | 43 | 1 | 31 | 61 | 42 |
| Octal | 374 | 336 | 123 | 0 | 14 | 103 | 1 | 61 | 141 | 102 |
| Binary | 11111100 | 11011110 | 1010011 | 0 | 1100 | 1000011 | 1 | 110001 | 1100001 | 1000010 |
Color Harmonies of #FCDE53
Complementary color
Monochromatic Colors of #FCDE53
Black with #FCDE53
Text Example
Text Example
White with #FCDE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE53; }
p { color: rgb(252,222,83); }
H1.HeaderClassName
{
color: #FCDE53;
}
.AnyTagClassName
{
color: #FCDE53;
}
</style>
background-color css
<style>
a { background-color: #FCDE53; }
a { background-color: rgb(252,222,83); }
div.DivClassName
{
background-color: #FCDE53;
}
.BgClassName
{
background-color: #FCDE53;
}
</style>
border-color css
<style>
span { border-color: #FCDE53; }
span { border-color: rgb(252,222,83); }
td.TdClassName
{
border-color: #FCDE53;
}
.TagClassName
{
border-color: #FCDE53;
}
</style>