Shades of Mustard #FCDA57
Tints of Mustard #FCDA57
RGB
CMYK
RGB Variations
Color information
#FCDA57 (or 0xFCDA57) is known color: Mustard. HEX triplet: FC, DA and 57. RGB value is (252,218,87). Sum of RGB (Red+Green+Blue) = 252+218+87=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 87 (34.38% from 255 or 15.62% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA57 is #0325A8. Grayscale: #D5D5D5. Windows color (decimal): -206249 or 5757692. OLE color: 5757692.
HSL color Cylindrical-coordinate representation of color #FCDA57: hue angle of 47.64º 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 #FCDA57 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 87 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.01 |
| HSL | 47.64º | 0.96% | 0.66% | - |
| HSV(B) | 47.64º | 0.65% | 0.99% | - |
| XYZ | 66.94 | 71.53 | 19.29 | - |
| YUV | 213.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 87 | 0 | 0.13 | 0.65 | 0.01 | 47.64 | 0.96 | 0.66 |
| Hex | FC | DA | 57 | 0 | D | 41 | 1 | 30 | 60 | 42 |
| Octal | 374 | 332 | 127 | 0 | 15 | 101 | 1 | 60 | 140 | 102 |
| Binary | 11111100 | 11011010 | 1010111 | 0 | 1101 | 1000001 | 1 | 110000 | 1100000 | 1000010 |
Color Harmonies of #FCDA57
Complementary color
Monochromatic Colors of #FCDA57
Black with #FCDA57
Text Example
Text Example
White with #FCDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA57; }
p { color: rgb(252,218,87); }
H1.HeaderClassName
{
color: #FCDA57;
}
.AnyTagClassName
{
color: #FCDA57;
}
</style>
background-color css
<style>
a { background-color: #FCDA57; }
a { background-color: rgb(252,218,87); }
div.DivClassName
{
background-color: #FCDA57;
}
.BgClassName
{
background-color: #FCDA57;
}
</style>
border-color css
<style>
span { border-color: #FCDA57; }
span { border-color: rgb(252,218,87); }
td.TdClassName
{
border-color: #FCDA57;
}
.TagClassName
{
border-color: #FCDA57;
}
</style>