Shades of Mustard #FCDC54
Tints of Mustard #FCDC54
RGB
CMYK
RGB Variations
Color information
#FCDC54 (or 0xFCDC54) is known color: Mustard. HEX triplet: FC, DC and 54. RGB value is (252,220,84). Sum of RGB (Red+Green+Blue) = 252+220+84=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 84 (33.20% from 255 or 15.11% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC54 is #0323AB. Grayscale: #D6D6D6. Windows color (decimal): -205740 or 5561596. OLE color: 5561596.
HSL color Cylindrical-coordinate representation of color #FCDC54: hue angle of 48.57º 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 #FCDC54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.01 |
| HSL | 48.57º | 0.97% | 0.66% | - |
| HSV(B) | 48.57º | 0.67% | 0.99% | - |
| XYZ | 67.34 | 72.52 | 18.84 | - |
| YUV | 214.06 | 54.6 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 84 | 0 | 0.13 | 0.67 | 0.01 | 48.57 | 0.97 | 0.66 |
| Hex | FC | DC | 54 | 0 | D | 43 | 1 | 31 | 61 | 42 |
| Octal | 374 | 334 | 124 | 0 | 15 | 103 | 1 | 61 | 141 | 102 |
| Binary | 11111100 | 11011100 | 1010100 | 0 | 1101 | 1000011 | 1 | 110001 | 1100001 | 1000010 |
Color Harmonies of #FCDC54
Complementary color
Monochromatic Colors of #FCDC54
Black with #FCDC54
Text Example
Text Example
White with #FCDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC54; }
p { color: rgb(252,220,84); }
H1.HeaderClassName
{
color: #FCDC54;
}
.AnyTagClassName
{
color: #FCDC54;
}
</style>
background-color css
<style>
a { background-color: #FCDC54; }
a { background-color: rgb(252,220,84); }
div.DivClassName
{
background-color: #FCDC54;
}
.BgClassName
{
background-color: #FCDC54;
}
</style>
border-color css
<style>
span { border-color: #FCDC54; }
span { border-color: rgb(252,220,84); }
td.TdClassName
{
border-color: #FCDC54;
}
.TagClassName
{
border-color: #FCDC54;
}
</style>