Shades of Mustard #FCE04F
Tints of Mustard #FCE04F
RGB
CMYK
RGB Variations
Color information
#FCE04F (or 0xFCE04F) is known color: Mustard. HEX triplet: FC, E0 and 4F. RGB value is (252,224,79). Sum of RGB (Red+Green+Blue) = 252+224+79=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 79 (31.25% from 255 or 14.23% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE04F is #031FB0. Grayscale: #D8D8D8. Windows color (decimal): -204721 or 5234940. OLE color: 5234940.
HSL color Cylindrical-coordinate representation of color #FCE04F: hue angle of 50.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCE04F is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 79 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.01 |
| HSL | 50.29º | 0.97% | 0.65% | - |
| HSV(B) | 50.29º | 0.69% | 0.99% | - |
| XYZ | 68.21 | 74.57 | 18.2 | - |
| YUV | 215.84 | 50.78 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 79 | 0 | 0.11 | 0.69 | 0.01 | 50.29 | 0.97 | 0.65 |
| Hex | FC | E0 | 4F | 0 | B | 45 | 1 | 32 | 61 | 41 |
| Octal | 374 | 340 | 117 | 0 | 13 | 105 | 1 | 62 | 141 | 101 |
| Binary | 11111100 | 11100000 | 1001111 | 0 | 1011 | 1000101 | 1 | 110010 | 1100001 | 1000001 |
Color Harmonies of #FCE04F
Complementary color
Monochromatic Colors of #FCE04F
Black with #FCE04F
Text Example
Text Example
White with #FCE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE04F; }
p { color: rgb(252,224,79); }
H1.HeaderClassName
{
color: #FCE04F;
}
.AnyTagClassName
{
color: #FCE04F;
}
</style>
background-color css
<style>
a { background-color: #FCE04F; }
a { background-color: rgb(252,224,79); }
div.DivClassName
{
background-color: #FCE04F;
}
.BgClassName
{
background-color: #FCE04F;
}
</style>
border-color css
<style>
span { border-color: #FCE04F; }
span { border-color: rgb(252,224,79); }
td.TdClassName
{
border-color: #FCE04F;
}
.TagClassName
{
border-color: #FCE04F;
}
</style>