Shades of Mustard #FCE15D
Tints of Mustard #FCE15D
RGB
CMYK
RGB Variations
Color information
#FCE15D (or 0xFCE15D) is known color: Mustard. HEX triplet: FC, E1 and 5D. RGB value is (252,225,93). Sum of RGB (Red+Green+Blue) = 252+225+93=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 93 (36.72% from 255 or 16.32% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE15D is #031EA2. Grayscale: #DADADA. Windows color (decimal): -204451 or 6152700. OLE color: 6152700.
HSL color Cylindrical-coordinate representation of color #FCE15D: hue angle of 49.81º 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 #FCE15D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 93 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.01 |
| HSL | 49.81º | 0.96% | 0.68% | - |
| HSV(B) | 49.81º | 0.63% | 0.99% | - |
| XYZ | 69.05 | 75.34 | 21.26 | - |
| YUV | 218.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 93 | 0 | 0.11 | 0.63 | 0.01 | 49.81 | 0.96 | 0.68 |
| Hex | FC | E1 | 5D | 0 | B | 3F | 1 | 32 | 60 | 44 |
| Octal | 374 | 341 | 135 | 0 | 13 | 77 | 1 | 62 | 140 | 104 |
| Binary | 11111100 | 11100001 | 1011101 | 0 | 1011 | 111111 | 1 | 110010 | 1100000 | 1000100 |
Color Harmonies of #FCE15D
Complementary color
Monochromatic Colors of #FCE15D
Black with #FCE15D
Text Example
Text Example
White with #FCE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE15D; }
p { color: rgb(252,225,93); }
H1.HeaderClassName
{
color: #FCE15D;
}
.AnyTagClassName
{
color: #FCE15D;
}
</style>
background-color css
<style>
a { background-color: #FCE15D; }
a { background-color: rgb(252,225,93); }
div.DivClassName
{
background-color: #FCE15D;
}
.BgClassName
{
background-color: #FCE15D;
}
</style>
border-color css
<style>
span { border-color: #FCE15D; }
span { border-color: rgb(252,225,93); }
td.TdClassName
{
border-color: #FCE15D;
}
.TagClassName
{
border-color: #FCE15D;
}
</style>