Shades of Mustard #FCE05A
Tints of Mustard #FCE05A
RGB
CMYK
RGB Variations
Color information
#FCE05A (or 0xFCE05A) is known color: Mustard. HEX triplet: FC, E0 and 5A. RGB value is (252,224,90). Sum of RGB (Red+Green+Blue) = 252+224+90=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 90 (35.55% from 255 or 15.90% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE05A is #031FA5. Grayscale: #D9D9D9. Windows color (decimal): -204710 or 5955836. OLE color: 5955836.
HSL color Cylindrical-coordinate representation of color #FCE05A: hue angle of 49.63º 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 #FCE05A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 90 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.01 |
| HSL | 49.63º | 0.96% | 0.67% | - |
| HSV(B) | 49.63º | 0.64% | 0.99% | - |
| XYZ | 68.65 | 74.74 | 20.48 | - |
| YUV | 217.1 | 56.28 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 90 | 0 | 0.11 | 0.64 | 0.01 | 49.63 | 0.96 | 0.67 |
| Hex | FC | E0 | 5A | 0 | B | 40 | 1 | 32 | 60 | 43 |
| Octal | 374 | 340 | 132 | 0 | 13 | 100 | 1 | 62 | 140 | 103 |
| Binary | 11111100 | 11100000 | 1011010 | 0 | 1011 | 1000000 | 1 | 110010 | 1100000 | 1000011 |
Color Harmonies of #FCE05A
Complementary color
Monochromatic Colors of #FCE05A
Black with #FCE05A
Text Example
Text Example
White with #FCE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE05A; }
p { color: rgb(252,224,90); }
H1.HeaderClassName
{
color: #FCE05A;
}
.AnyTagClassName
{
color: #FCE05A;
}
</style>
background-color css
<style>
a { background-color: #FCE05A; }
a { background-color: rgb(252,224,90); }
div.DivClassName
{
background-color: #FCE05A;
}
.BgClassName
{
background-color: #FCE05A;
}
</style>
border-color css
<style>
span { border-color: #FCE05A; }
span { border-color: rgb(252,224,90); }
td.TdClassName
{
border-color: #FCE05A;
}
.TagClassName
{
border-color: #FCE05A;
}
</style>