Shades of Mustard #FCDF59
Tints of Mustard #FCDF59
RGB
CMYK
RGB Variations
Color information
#FCDF59 (or 0xFCDF59) is known color: Mustard. HEX triplet: FC, DF and 59. RGB value is (252,223,89). Sum of RGB (Red+Green+Blue) = 252+223+89=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 89 (35.16% from 255 or 15.78% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF59 is #0320A6. Grayscale: #D8D8D8. Windows color (decimal): -204967 or 5890044. OLE color: 5890044.
HSL color Cylindrical-coordinate representation of color #FCDF59: hue angle of 49.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCDF59 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 89 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.01 |
| HSL | 49.33º | 0.96% | 0.67% | - |
| HSV(B) | 49.33º | 0.65% | 0.99% | - |
| XYZ | 68.34 | 74.19 | 20.17 | - |
| YUV | 216.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 89 | 0 | 0.12 | 0.65 | 0.01 | 49.33 | 0.96 | 0.67 |
| Hex | FC | DF | 59 | 0 | C | 41 | 1 | 31 | 60 | 43 |
| Octal | 374 | 337 | 131 | 0 | 14 | 101 | 1 | 61 | 140 | 103 |
| Binary | 11111100 | 11011111 | 1011001 | 0 | 1100 | 1000001 | 1 | 110001 | 1100000 | 1000011 |
Color Harmonies of #FCDF59
Complementary color
Monochromatic Colors of #FCDF59
Black with #FCDF59
Text Example
Text Example
White with #FCDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF59; }
p { color: rgb(252,223,89); }
H1.HeaderClassName
{
color: #FCDF59;
}
.AnyTagClassName
{
color: #FCDF59;
}
</style>
background-color css
<style>
a { background-color: #FCDF59; }
a { background-color: rgb(252,223,89); }
div.DivClassName
{
background-color: #FCDF59;
}
.BgClassName
{
background-color: #FCDF59;
}
</style>
border-color css
<style>
span { border-color: #FCDF59; }
span { border-color: rgb(252,223,89); }
td.TdClassName
{
border-color: #FCDF59;
}
.TagClassName
{
border-color: #FCDF59;
}
</style>