Shades of Mustard #FCDF57
Tints of Mustard #FCDF57
RGB
CMYK
RGB Variations
Color information
#FCDF57 (or 0xFCDF57) is known color: Mustard. HEX triplet: FC, DF and 57. RGB value is (252,223,87). Sum of RGB (Red+Green+Blue) = 252+223+87=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 87 (34.38% from 255 or 15.48% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF57 is #0320A8. Grayscale: #D8D8D8. Windows color (decimal): -204969 or 5758972. OLE color: 5758972.
HSL color Cylindrical-coordinate representation of color #FCDF57: hue angle of 49.45º 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 #FCDF57 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 87 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.01 |
| HSL | 49.45º | 0.96% | 0.66% | - |
| HSV(B) | 49.45º | 0.65% | 0.99% | - |
| XYZ | 68.25 | 74.16 | 19.73 | - |
| YUV | 216.17 | 55.11 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 87 | 0 | 0.12 | 0.65 | 0.01 | 49.45 | 0.96 | 0.66 |
| Hex | FC | DF | 57 | 0 | C | 41 | 1 | 31 | 60 | 42 |
| Octal | 374 | 337 | 127 | 0 | 14 | 101 | 1 | 61 | 140 | 102 |
| Binary | 11111100 | 11011111 | 1010111 | 0 | 1100 | 1000001 | 1 | 110001 | 1100000 | 1000010 |
Color Harmonies of #FCDF57
Complementary color
Monochromatic Colors of #FCDF57
Black with #FCDF57
Text Example
Text Example
White with #FCDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF57; }
p { color: rgb(252,223,87); }
H1.HeaderClassName
{
color: #FCDF57;
}
.AnyTagClassName
{
color: #FCDF57;
}
</style>
background-color css
<style>
a { background-color: #FCDF57; }
a { background-color: rgb(252,223,87); }
div.DivClassName
{
background-color: #FCDF57;
}
.BgClassName
{
background-color: #FCDF57;
}
</style>
border-color css
<style>
span { border-color: #FCDF57; }
span { border-color: rgb(252,223,87); }
td.TdClassName
{
border-color: #FCDF57;
}
.TagClassName
{
border-color: #FCDF57;
}
</style>