Shades of Mustard #FCE057
Tints of Mustard #FCE057
RGB
CMYK
RGB Variations
Color information
#FCE057 (or 0xFCE057) is known color: Mustard. HEX triplet: FC, E0 and 57. RGB value is (252,224,87). Sum of RGB (Red+Green+Blue) = 252+224+87=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 87 (34.38% from 255 or 15.45% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE057 is #031FA8. Grayscale: #D9D9D9. Windows color (decimal): -204713 or 5759228. OLE color: 5759228.
HSL color Cylindrical-coordinate representation of color #FCE057: hue angle of 49.82º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCE057 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 87 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.01 |
| HSL | 49.82º | 0.96% | 0.66% | - |
| HSV(B) | 49.82º | 0.65% | 0.99% | - |
| XYZ | 68.52 | 74.69 | 19.82 | - |
| YUV | 216.75 | 54.78 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 87 | 0 | 0.11 | 0.65 | 0.01 | 49.82 | 0.96 | 0.66 |
| Hex | FC | E0 | 57 | 0 | B | 41 | 1 | 32 | 60 | 42 |
| Octal | 374 | 340 | 127 | 0 | 13 | 101 | 1 | 62 | 140 | 102 |
| Binary | 11111100 | 11100000 | 1010111 | 0 | 1011 | 1000001 | 1 | 110010 | 1100000 | 1000010 |
Color Harmonies of #FCE057
Complementary color
Monochromatic Colors of #FCE057
Black with #FCE057
Text Example
Text Example
White with #FCE057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE057; }
p { color: rgb(252,224,87); }
H1.HeaderClassName
{
color: #FCE057;
}
.AnyTagClassName
{
color: #FCE057;
}
</style>
background-color css
<style>
a { background-color: #FCE057; }
a { background-color: rgb(252,224,87); }
div.DivClassName
{
background-color: #FCE057;
}
.BgClassName
{
background-color: #FCE057;
}
</style>
border-color css
<style>
span { border-color: #FCE057; }
span { border-color: rgb(252,224,87); }
td.TdClassName
{
border-color: #FCE057;
}
.TagClassName
{
border-color: #FCE057;
}
</style>