Shades of Mustard #FCDC5C
Tints of Mustard #FCDC5C
RGB
CMYK
RGB Variations
Color information
#FCDC5C (or 0xFCDC5C) is known color: Mustard. HEX triplet: FC, DC and 5C. RGB value is (252,220,92). Sum of RGB (Red+Green+Blue) = 252+220+92=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC5C is #0323A3. Grayscale: #D7D7D7. Windows color (decimal): -205732 or 6085884. OLE color: 6085884.
HSL color Cylindrical-coordinate representation of color #FCDC5C: hue angle of 48º 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 #FCDC5C is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 92 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.01 |
| HSL | 48º | 0.96% | 0.67% | - |
| HSV(B) | 48º | 0.63% | 0.99% | - |
| XYZ | 67.67 | 72.65 | 20.58 | - |
| YUV | 214.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 92 | 0 | 0.13 | 0.63 | 0.01 | 48 | 0.96 | 0.67 |
| Hex | FC | DC | 5C | 0 | D | 3F | 1 | 30 | 60 | 43 |
| Octal | 374 | 334 | 134 | 0 | 15 | 77 | 1 | 60 | 140 | 103 |
| Binary | 11111100 | 11011100 | 1011100 | 0 | 1101 | 111111 | 1 | 110000 | 1100000 | 1000011 |
Color Harmonies of #FCDC5C
Complementary color
Monochromatic Colors of #FCDC5C
Black with #FCDC5C
Text Example
Text Example
White with #FCDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC5C; }
p { color: rgb(252,220,92); }
H1.HeaderClassName
{
color: #FCDC5C;
}
.AnyTagClassName
{
color: #FCDC5C;
}
</style>
background-color css
<style>
a { background-color: #FCDC5C; }
a { background-color: rgb(252,220,92); }
div.DivClassName
{
background-color: #FCDC5C;
}
.BgClassName
{
background-color: #FCDC5C;
}
</style>
border-color css
<style>
span { border-color: #FCDC5C; }
span { border-color: rgb(252,220,92); }
td.TdClassName
{
border-color: #FCDC5C;
}
.TagClassName
{
border-color: #FCDC5C;
}
</style>