Shades of Mustard #FCE358
Tints of Mustard #FCE358
RGB
CMYK
RGB Variations
Color information
#FCE358 (or 0xFCE358) is known color: Mustard. HEX triplet: FC, E3 and 58. RGB value is (252,227,88). Sum of RGB (Red+Green+Blue) = 252+227+88=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 88 (34.77% from 255 or 15.52% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE358 is #031CA7. Grayscale: #DBDBDB. Windows color (decimal): -203944 or 5825532. OLE color: 5825532.
HSL color Cylindrical-coordinate representation of color #FCE358: hue angle of 50.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCE358 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 88 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.01 |
| HSL | 50.85º | 0.96% | 0.67% | - |
| HSV(B) | 50.85º | 0.65% | 0.99% | - |
| XYZ | 69.38 | 76.34 | 20.31 | - |
| YUV | 218.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 88 | 0 | 0.10 | 0.65 | 0.01 | 50.85 | 0.96 | 0.67 |
| Hex | FC | E3 | 58 | 0 | A | 41 | 1 | 33 | 60 | 43 |
| Octal | 374 | 343 | 130 | 0 | 12 | 101 | 1 | 63 | 140 | 103 |
| Binary | 11111100 | 11100011 | 1011000 | 0 | 1010 | 1000001 | 1 | 110011 | 1100000 | 1000011 |
Color Harmonies of #FCE358
Complementary color
Monochromatic Colors of #FCE358
Black with #FCE358
Text Example
Text Example
White with #FCE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE358; }
p { color: rgb(252,227,88); }
H1.HeaderClassName
{
color: #FCE358;
}
.AnyTagClassName
{
color: #FCE358;
}
</style>
background-color css
<style>
a { background-color: #FCE358; }
a { background-color: rgb(252,227,88); }
div.DivClassName
{
background-color: #FCE358;
}
.BgClassName
{
background-color: #FCE358;
}
</style>
border-color css
<style>
span { border-color: #FCE358; }
span { border-color: rgb(252,227,88); }
td.TdClassName
{
border-color: #FCE358;
}
.TagClassName
{
border-color: #FCE358;
}
</style>