Shades of Mustard #FCE15B
Tints of Mustard #FCE15B
RGB
CMYK
RGB Variations
Color information
#FCE15B (or 0xFCE15B) is known color: Mustard. HEX triplet: FC, E1 and 5B. RGB value is (252,225,91). Sum of RGB (Red+Green+Blue) = 252+225+91=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 91 (35.94% from 255 or 16.02% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE15B is #031EA4. Grayscale: #DADADA. Windows color (decimal): -204453 or 6021628. OLE color: 6021628.
HSL color Cylindrical-coordinate representation of color #FCE15B: hue angle of 49.94º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCE15B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 91 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.01 |
| HSL | 49.94º | 0.96% | 0.67% | - |
| HSV(B) | 49.94º | 0.64% | 0.99% | - |
| XYZ | 68.96 | 75.3 | 20.8 | - |
| YUV | 217.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 91 | 0 | 0.11 | 0.64 | 0.01 | 49.94 | 0.96 | 0.67 |
| Hex | FC | E1 | 5B | 0 | B | 40 | 1 | 32 | 60 | 43 |
| Octal | 374 | 341 | 133 | 0 | 13 | 100 | 1 | 62 | 140 | 103 |
| Binary | 11111100 | 11100001 | 1011011 | 0 | 1011 | 1000000 | 1 | 110010 | 1100000 | 1000011 |
Color Harmonies of #FCE15B
Complementary color
Monochromatic Colors of #FCE15B
Black with #FCE15B
Text Example
Text Example
White with #FCE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE15B; }
p { color: rgb(252,225,91); }
H1.HeaderClassName
{
color: #FCE15B;
}
.AnyTagClassName
{
color: #FCE15B;
}
</style>
background-color css
<style>
a { background-color: #FCE15B; }
a { background-color: rgb(252,225,91); }
div.DivClassName
{
background-color: #FCE15B;
}
.BgClassName
{
background-color: #FCE15B;
}
</style>
border-color css
<style>
span { border-color: #FCE15B; }
span { border-color: rgb(252,225,91); }
td.TdClassName
{
border-color: #FCE15B;
}
.TagClassName
{
border-color: #FCE15B;
}
</style>