Shades of Mustard #FCE151
Tints of Mustard #FCE151
RGB
CMYK
RGB Variations
Color information
#FCE151 (or 0xFCE151) is known color: Mustard. HEX triplet: FC, E1 and 51. RGB value is (252,225,81). Sum of RGB (Red+Green+Blue) = 252+225+81=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 81 (32.03% from 255 or 14.52% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE151 is #031EAE. Grayscale: #D9D9D9. Windows color (decimal): -204463 or 5366268. OLE color: 5366268.
HSL color Cylindrical-coordinate representation of color #FCE151: hue angle of 50.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCE151 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 81 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.01 |
| HSL | 50.53º | 0.97% | 0.65% | - |
| HSV(B) | 50.53º | 0.68% | 0.99% | - |
| XYZ | 68.56 | 75.14 | 18.67 | - |
| YUV | 216.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 81 | 0 | 0.11 | 0.68 | 0.01 | 50.53 | 0.97 | 0.65 |
| Hex | FC | E1 | 51 | 0 | B | 44 | 1 | 33 | 61 | 41 |
| Octal | 374 | 341 | 121 | 0 | 13 | 104 | 1 | 63 | 141 | 101 |
| Binary | 11111100 | 11100001 | 1010001 | 0 | 1011 | 1000100 | 1 | 110011 | 1100001 | 1000001 |
Color Harmonies of #FCE151
Complementary color
Monochromatic Colors of #FCE151
Black with #FCE151
Text Example
Text Example
White with #FCE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE151; }
p { color: rgb(252,225,81); }
H1.HeaderClassName
{
color: #FCE151;
}
.AnyTagClassName
{
color: #FCE151;
}
</style>
background-color css
<style>
a { background-color: #FCE151; }
a { background-color: rgb(252,225,81); }
div.DivClassName
{
background-color: #FCE151;
}
.BgClassName
{
background-color: #FCE151;
}
</style>
border-color css
<style>
span { border-color: #FCE151; }
span { border-color: rgb(252,225,81); }
td.TdClassName
{
border-color: #FCE151;
}
.TagClassName
{
border-color: #FCE151;
}
</style>