Shades of Mustard #FCDE50
Tints of Mustard #FCDE50
RGB
CMYK
RGB Variations
Color information
#FCDE50 (or 0xFCDE50) is known color: Mustard. HEX triplet: FC, DE and 50. RGB value is (252,222,80). Sum of RGB (Red+Green+Blue) = 252+222+80=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE50 is #0321AF. Grayscale: #D7D7D7. Windows color (decimal): -205232 or 5299964. OLE color: 5299964.
HSL color Cylindrical-coordinate representation of color #FCDE50: hue angle of 49.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCDE50 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 80 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.01 |
| HSL | 49.53º | 0.97% | 0.65% | - |
| HSV(B) | 49.53º | 0.68% | 0.99% | - |
| XYZ | 67.71 | 73.52 | 18.21 | - |
| YUV | 214.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 80 | 0 | 0.12 | 0.68 | 0.01 | 49.53 | 0.97 | 0.65 |
| Hex | FC | DE | 50 | 0 | C | 44 | 1 | 32 | 61 | 41 |
| Octal | 374 | 336 | 120 | 0 | 14 | 104 | 1 | 62 | 141 | 101 |
| Binary | 11111100 | 11011110 | 1010000 | 0 | 1100 | 1000100 | 1 | 110010 | 1100001 | 1000001 |
Color Harmonies of #FCDE50
Complementary color
Monochromatic Colors of #FCDE50
Black with #FCDE50
Text Example
Text Example
White with #FCDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE50; }
p { color: rgb(252,222,80); }
H1.HeaderClassName
{
color: #FCDE50;
}
.AnyTagClassName
{
color: #FCDE50;
}
</style>
background-color css
<style>
a { background-color: #FCDE50; }
a { background-color: rgb(252,222,80); }
div.DivClassName
{
background-color: #FCDE50;
}
.BgClassName
{
background-color: #FCDE50;
}
</style>
border-color css
<style>
span { border-color: #FCDE50; }
span { border-color: rgb(252,222,80); }
td.TdClassName
{
border-color: #FCDE50;
}
.TagClassName
{
border-color: #FCDE50;
}
</style>