Shades of Mustard #FCDC57
Tints of Mustard #FCDC57
RGB
CMYK
RGB Variations
Color information
#FCDC57 (or 0xFCDC57) is known color: Mustard. HEX triplet: FC, DC and 57. RGB value is (252,220,87). Sum of RGB (Red+Green+Blue) = 252+220+87=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 87 (34.38% from 255 or 15.56% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC57 is #0323A8. Grayscale: #D6D6D6. Windows color (decimal): -205737 or 5758204. OLE color: 5758204.
HSL color Cylindrical-coordinate representation of color #FCDC57: hue angle of 48.36º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCDC57 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 87 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.01 |
| HSL | 48.36º | 0.96% | 0.66% | - |
| HSV(B) | 48.36º | 0.65% | 0.99% | - |
| XYZ | 67.46 | 72.57 | 19.47 | - |
| YUV | 214.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 87 | 0 | 0.13 | 0.65 | 0.01 | 48.36 | 0.96 | 0.66 |
| Hex | FC | DC | 57 | 0 | D | 41 | 1 | 30 | 60 | 42 |
| Octal | 374 | 334 | 127 | 0 | 15 | 101 | 1 | 60 | 140 | 102 |
| Binary | 11111100 | 11011100 | 1010111 | 0 | 1101 | 1000001 | 1 | 110000 | 1100000 | 1000010 |
Color Harmonies of #FCDC57
Complementary color
Monochromatic Colors of #FCDC57
Black with #FCDC57
Text Example
Text Example
White with #FCDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC57; }
p { color: rgb(252,220,87); }
H1.HeaderClassName
{
color: #FCDC57;
}
.AnyTagClassName
{
color: #FCDC57;
}
</style>
background-color css
<style>
a { background-color: #FCDC57; }
a { background-color: rgb(252,220,87); }
div.DivClassName
{
background-color: #FCDC57;
}
.BgClassName
{
background-color: #FCDC57;
}
</style>
border-color css
<style>
span { border-color: #FCDC57; }
span { border-color: rgb(252,220,87); }
td.TdClassName
{
border-color: #FCDC57;
}
.TagClassName
{
border-color: #FCDC57;
}
</style>