Shades of Mustard #FCE160
Tints of Mustard #FCE160
RGB
CMYK
RGB Variations
Color information
#FCE160 (or 0xFCE160) is known color: Mustard. HEX triplet: FC, E1 and 60. RGB value is (252,225,96). Sum of RGB (Red+Green+Blue) = 252+225+96=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 96 (37.89% from 255 or 16.75% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE160 is #031E9F. Grayscale: #DADADA. Windows color (decimal): -204448 or 6349308. OLE color: 6349308.
HSL color Cylindrical-coordinate representation of color #FCE160: hue angle of 49.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCE160 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 96 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.01 |
| HSL | 49.62º | 0.96% | 0.68% | - |
| HSV(B) | 49.62º | 0.62% | 0.99% | - |
| XYZ | 69.18 | 75.39 | 21.97 | - |
| YUV | 218.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 96 | 0 | 0.11 | 0.62 | 0.01 | 49.62 | 0.96 | 0.68 |
| Hex | FC | E1 | 60 | 0 | B | 3E | 1 | 32 | 60 | 44 |
| Octal | 374 | 341 | 140 | 0 | 13 | 76 | 1 | 62 | 140 | 104 |
| Binary | 11111100 | 11100001 | 1100000 | 0 | 1011 | 111110 | 1 | 110010 | 1100000 | 1000100 |
Color Harmonies of #FCE160
Complementary color
Monochromatic Colors of #FCE160
Black with #FCE160
Text Example
Text Example
White with #FCE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE160; }
p { color: rgb(252,225,96); }
H1.HeaderClassName
{
color: #FCE160;
}
.AnyTagClassName
{
color: #FCE160;
}
</style>
background-color css
<style>
a { background-color: #FCE160; }
a { background-color: rgb(252,225,96); }
div.DivClassName
{
background-color: #FCE160;
}
.BgClassName
{
background-color: #FCE160;
}
</style>
border-color css
<style>
span { border-color: #FCE160; }
span { border-color: rgb(252,225,96); }
td.TdClassName
{
border-color: #FCE160;
}
.TagClassName
{
border-color: #FCE160;
}
</style>