Shades of Mustard #FCDE59
Tints of Mustard #FCDE59
RGB
CMYK
RGB Variations
Color information
#FCDE59 (or 0xFCDE59) is known color: Mustard. HEX triplet: FC, DE and 59. RGB value is (252,222,89). Sum of RGB (Red+Green+Blue) = 252+222+89=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 89 (35.16% from 255 or 15.81% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE59 is #0321A6. Grayscale: #D8D8D8. Windows color (decimal): -205223 or 5889788. OLE color: 5889788.
HSL color Cylindrical-coordinate representation of color #FCDE59: hue angle of 48.96º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCDE59 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 89 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.01 |
| HSL | 48.96º | 0.96% | 0.67% | - |
| HSV(B) | 48.96º | 0.65% | 0.99% | - |
| XYZ | 68.07 | 73.66 | 20.08 | - |
| YUV | 215.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 89 | 0 | 0.12 | 0.65 | 0.01 | 48.96 | 0.96 | 0.67 |
| Hex | FC | DE | 59 | 0 | C | 41 | 1 | 31 | 60 | 43 |
| Octal | 374 | 336 | 131 | 0 | 14 | 101 | 1 | 61 | 140 | 103 |
| Binary | 11111100 | 11011110 | 1011001 | 0 | 1100 | 1000001 | 1 | 110001 | 1100000 | 1000011 |
Color Harmonies of #FCDE59
Complementary color
Monochromatic Colors of #FCDE59
Black with #FCDE59
Text Example
Text Example
White with #FCDE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE59; }
p { color: rgb(252,222,89); }
H1.HeaderClassName
{
color: #FCDE59;
}
.AnyTagClassName
{
color: #FCDE59;
}
</style>
background-color css
<style>
a { background-color: #FCDE59; }
a { background-color: rgb(252,222,89); }
div.DivClassName
{
background-color: #FCDE59;
}
.BgClassName
{
background-color: #FCDE59;
}
</style>
border-color css
<style>
span { border-color: #FCDE59; }
span { border-color: rgb(252,222,89); }
td.TdClassName
{
border-color: #FCDE59;
}
.TagClassName
{
border-color: #FCDE59;
}
</style>