Shades of Mustard #FCE25E
Tints of Mustard #FCE25E
RGB
CMYK
RGB Variations
Color information
#FCE25E (or 0xFCE25E) is known color: Mustard. HEX triplet: FC, E2 and 5E. RGB value is (252,226,94). Sum of RGB (Red+Green+Blue) = 252+226+94=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 94 (37.11% from 255 or 16.43% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE25E is #031DA1. Grayscale: #DBDBDB. Windows color (decimal): -204194 or 6218492. OLE color: 6218492.
HSL color Cylindrical-coordinate representation of color #FCE25E: hue angle of 50.13º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCE25E is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 94 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.01 |
| HSL | 50.13º | 0.96% | 0.68% | - |
| HSV(B) | 50.13º | 0.63% | 0.99% | - |
| XYZ | 69.36 | 75.9 | 21.58 | - |
| YUV | 218.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 94 | 0 | 0.10 | 0.63 | 0.01 | 50.13 | 0.96 | 0.68 |
| Hex | FC | E2 | 5E | 0 | A | 3F | 1 | 32 | 60 | 44 |
| Octal | 374 | 342 | 136 | 0 | 12 | 77 | 1 | 62 | 140 | 104 |
| Binary | 11111100 | 11100010 | 1011110 | 0 | 1010 | 111111 | 1 | 110010 | 1100000 | 1000100 |
Color Harmonies of #FCE25E
Complementary color
Monochromatic Colors of #FCE25E
Black with #FCE25E
Text Example
Text Example
White with #FCE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE25E; }
p { color: rgb(252,226,94); }
H1.HeaderClassName
{
color: #FCE25E;
}
.AnyTagClassName
{
color: #FCE25E;
}
</style>
background-color css
<style>
a { background-color: #FCE25E; }
a { background-color: rgb(252,226,94); }
div.DivClassName
{
background-color: #FCE25E;
}
.BgClassName
{
background-color: #FCE25E;
}
</style>
border-color css
<style>
span { border-color: #FCE25E; }
span { border-color: rgb(252,226,94); }
td.TdClassName
{
border-color: #FCE25E;
}
.TagClassName
{
border-color: #FCE25E;
}
</style>