Shades of Mustard #FCDE5D
Tints of Mustard #FCDE5D
RGB
CMYK
RGB Variations
Color information
#FCDE5D (or 0xFCDE5D) is known color: Mustard. HEX triplet: FC, DE and 5D. RGB value is (252,222,93). Sum of RGB (Red+Green+Blue) = 252+222+93=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 93 (36.72% from 255 or 16.40% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE5D is #0321A2. Grayscale: #D8D8D8. Windows color (decimal): -205219 or 6151932. OLE color: 6151932.
HSL color Cylindrical-coordinate representation of color #FCDE5D: hue angle of 48.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCDE5D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 93 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.01 |
| HSL | 48.68º | 0.96% | 0.68% | - |
| HSV(B) | 48.68º | 0.63% | 0.99% | - |
| XYZ | 68.24 | 73.73 | 20.99 | - |
| YUV | 216.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 93 | 0 | 0.12 | 0.63 | 0.01 | 48.68 | 0.96 | 0.68 |
| Hex | FC | DE | 5D | 0 | C | 3F | 1 | 31 | 60 | 44 |
| Octal | 374 | 336 | 135 | 0 | 14 | 77 | 1 | 61 | 140 | 104 |
| Binary | 11111100 | 11011110 | 1011101 | 0 | 1100 | 111111 | 1 | 110001 | 1100000 | 1000100 |
Color Harmonies of #FCDE5D
Complementary color
Monochromatic Colors of #FCDE5D
Black with #FCDE5D
Text Example
Text Example
White with #FCDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE5D; }
p { color: rgb(252,222,93); }
H1.HeaderClassName
{
color: #FCDE5D;
}
.AnyTagClassName
{
color: #FCDE5D;
}
</style>
background-color css
<style>
a { background-color: #FCDE5D; }
a { background-color: rgb(252,222,93); }
div.DivClassName
{
background-color: #FCDE5D;
}
.BgClassName
{
background-color: #FCDE5D;
}
</style>
border-color css
<style>
span { border-color: #FCDE5D; }
span { border-color: rgb(252,222,93); }
td.TdClassName
{
border-color: #FCDE5D;
}
.TagClassName
{
border-color: #FCDE5D;
}
</style>