Shades of Mustard #FCDF5E
Tints of Mustard #FCDF5E
RGB
CMYK
RGB Variations
Color information
#FCDF5E (or 0xFCDF5E) is known color: Mustard. HEX triplet: FC, DF and 5E. RGB value is (252,223,94). Sum of RGB (Red+Green+Blue) = 252+223+94=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF5E is #0320A1. Grayscale: #D9D9D9. Windows color (decimal): -204962 or 6217724. OLE color: 6217724.
HSL color Cylindrical-coordinate representation of color #FCDF5E: hue angle of 48.99º 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 #FCDF5E is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 94 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.01 |
| HSL | 48.99º | 0.96% | 0.68% | - |
| HSV(B) | 48.99º | 0.63% | 0.99% | - |
| XYZ | 68.55 | 74.28 | 21.31 | - |
| YUV | 216.97 | 58.61 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 94 | 0 | 0.12 | 0.63 | 0.01 | 48.99 | 0.96 | 0.68 |
| Hex | FC | DF | 5E | 0 | C | 3F | 1 | 31 | 60 | 44 |
| Octal | 374 | 337 | 136 | 0 | 14 | 77 | 1 | 61 | 140 | 104 |
| Binary | 11111100 | 11011111 | 1011110 | 0 | 1100 | 111111 | 1 | 110001 | 1100000 | 1000100 |
Color Harmonies of #FCDF5E
Complementary color
Monochromatic Colors of #FCDF5E
Black with #FCDF5E
Text Example
Text Example
White with #FCDF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF5E; }
p { color: rgb(252,223,94); }
H1.HeaderClassName
{
color: #FCDF5E;
}
.AnyTagClassName
{
color: #FCDF5E;
}
</style>
background-color css
<style>
a { background-color: #FCDF5E; }
a { background-color: rgb(252,223,94); }
div.DivClassName
{
background-color: #FCDF5E;
}
.BgClassName
{
background-color: #FCDF5E;
}
</style>
border-color css
<style>
span { border-color: #FCDF5E; }
span { border-color: rgb(252,223,94); }
td.TdClassName
{
border-color: #FCDF5E;
}
.TagClassName
{
border-color: #FCDF5E;
}
</style>