Shades of Mustard #FCE260
Tints of Mustard #FCE260
RGB
CMYK
RGB Variations
Color information
#FCE260 (or 0xFCE260) is known color: Mustard. HEX triplet: FC, E2 and 60. RGB value is (252,226,96). Sum of RGB (Red+Green+Blue) = 252+226+96=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 96 (37.89% from 255 or 16.72% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE260 is #031D9F. Grayscale: #DBDBDB. Windows color (decimal): -204192 or 6349564. OLE color: 6349564.
HSL color Cylindrical-coordinate representation of color #FCE260: hue angle of 50º 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 #FCE260 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 96 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.01 |
| HSL | 50º | 0.96% | 0.68% | - |
| HSV(B) | 50º | 0.62% | 0.99% | - |
| XYZ | 69.45 | 75.93 | 22.06 | - |
| YUV | 218.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 96 | 0 | 0.10 | 0.62 | 0.01 | 50 | 0.96 | 0.68 |
| Hex | FC | E2 | 60 | 0 | A | 3E | 1 | 32 | 60 | 44 |
| Octal | 374 | 342 | 140 | 0 | 12 | 76 | 1 | 62 | 140 | 104 |
| Binary | 11111100 | 11100010 | 1100000 | 0 | 1010 | 111110 | 1 | 110010 | 1100000 | 1000100 |
Color Harmonies of #FCE260
Complementary color
Monochromatic Colors of #FCE260
Black with #FCE260
Text Example
Text Example
White with #FCE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE260; }
p { color: rgb(252,226,96); }
H1.HeaderClassName
{
color: #FCE260;
}
.AnyTagClassName
{
color: #FCE260;
}
</style>
background-color css
<style>
a { background-color: #FCE260; }
a { background-color: rgb(252,226,96); }
div.DivClassName
{
background-color: #FCE260;
}
.BgClassName
{
background-color: #FCE260;
}
</style>
border-color css
<style>
span { border-color: #FCE260; }
span { border-color: rgb(252,226,96); }
td.TdClassName
{
border-color: #FCE260;
}
.TagClassName
{
border-color: #FCE260;
}
</style>