Shades of Mustard #FCE15F
Tints of Mustard #FCE15F
RGB
CMYK
RGB Variations
Color information
#FCE15F (or 0xFCE15F) is known color: Mustard. HEX triplet: FC, E1 and 5F. RGB value is (252,225,95). Sum of RGB (Red+Green+Blue) = 252+225+95=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 95 (37.5% from 255 or 16.61% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE15F is #031EA0. Grayscale: #DADADA. Windows color (decimal): -204449 or 6283772. OLE color: 6283772.
HSL color Cylindrical-coordinate representation of color #FCE15F: hue angle of 49.68º 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 #FCE15F is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 95 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.01 |
| HSL | 49.68º | 0.96% | 0.68% | - |
| HSV(B) | 49.68º | 0.62% | 0.99% | - |
| XYZ | 69.14 | 75.37 | 21.73 | - |
| YUV | 218.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 95 | 0 | 0.11 | 0.62 | 0.01 | 49.68 | 0.96 | 0.68 |
| Hex | FC | E1 | 5F | 0 | B | 3E | 1 | 32 | 60 | 44 |
| Octal | 374 | 341 | 137 | 0 | 13 | 76 | 1 | 62 | 140 | 104 |
| Binary | 11111100 | 11100001 | 1011111 | 0 | 1011 | 111110 | 1 | 110010 | 1100000 | 1000100 |
Color Harmonies of #FCE15F
Complementary color
Monochromatic Colors of #FCE15F
Black with #FCE15F
Text Example
Text Example
White with #FCE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE15F; }
p { color: rgb(252,225,95); }
H1.HeaderClassName
{
color: #FCE15F;
}
.AnyTagClassName
{
color: #FCE15F;
}
</style>
background-color css
<style>
a { background-color: #FCE15F; }
a { background-color: rgb(252,225,95); }
div.DivClassName
{
background-color: #FCE15F;
}
.BgClassName
{
background-color: #FCE15F;
}
</style>
border-color css
<style>
span { border-color: #FCE15F; }
span { border-color: rgb(252,225,95); }
td.TdClassName
{
border-color: #FCE15F;
}
.TagClassName
{
border-color: #FCE15F;
}
</style>