Shades of Mustard #FCDF5C
Tints of Mustard #FCDF5C
RGB
CMYK
RGB Variations
Color information
#FCDF5C (or 0xFCDF5C) is known color: Mustard. HEX triplet: FC, DF and 5C. RGB value is (252,223,92). Sum of RGB (Red+Green+Blue) = 252+223+92=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF5C is #0320A3. Grayscale: #D9D9D9. Windows color (decimal): -204964 or 6086652. OLE color: 6086652.
HSL color Cylindrical-coordinate representation of color #FCDF5C: hue angle of 49.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCDF5C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 92 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.01 |
| HSL | 49.13º | 0.96% | 0.67% | - |
| HSV(B) | 49.13º | 0.63% | 0.99% | - |
| XYZ | 68.46 | 74.24 | 20.85 | - |
| YUV | 216.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 92 | 0 | 0.12 | 0.63 | 0.01 | 49.13 | 0.96 | 0.67 |
| Hex | FC | DF | 5C | 0 | C | 3F | 1 | 31 | 60 | 43 |
| Octal | 374 | 337 | 134 | 0 | 14 | 77 | 1 | 61 | 140 | 103 |
| Binary | 11111100 | 11011111 | 1011100 | 0 | 1100 | 111111 | 1 | 110001 | 1100000 | 1000011 |
Color Harmonies of #FCDF5C
Complementary color
Monochromatic Colors of #FCDF5C
Black with #FCDF5C
Text Example
Text Example
White with #FCDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF5C; }
p { color: rgb(252,223,92); }
H1.HeaderClassName
{
color: #FCDF5C;
}
.AnyTagClassName
{
color: #FCDF5C;
}
</style>
background-color css
<style>
a { background-color: #FCDF5C; }
a { background-color: rgb(252,223,92); }
div.DivClassName
{
background-color: #FCDF5C;
}
.BgClassName
{
background-color: #FCDF5C;
}
</style>
border-color css
<style>
span { border-color: #FCDF5C; }
span { border-color: rgb(252,223,92); }
td.TdClassName
{
border-color: #FCDF5C;
}
.TagClassName
{
border-color: #FCDF5C;
}
</style>