Shades of Mustard #FCDF55
Tints of Mustard #FCDF55
RGB
CMYK
RGB Variations
Color information
#FCDF55 (or 0xFCDF55) is known color: Mustard. HEX triplet: FC, DF and 55. RGB value is (252,223,85). Sum of RGB (Red+Green+Blue) = 252+223+85=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 85 (33.59% from 255 or 15.18% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF55 is #0320AA. Grayscale: #D8D8D8. Windows color (decimal): -204971 or 5627900. OLE color: 5627900.
HSL color Cylindrical-coordinate representation of color #FCDF55: hue angle of 49.58º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCDF55 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 85 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.01 |
| HSL | 49.58º | 0.97% | 0.66% | - |
| HSV(B) | 49.58º | 0.66% | 0.99% | - |
| XYZ | 68.17 | 74.13 | 19.31 | - |
| YUV | 215.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 85 | 0 | 0.12 | 0.66 | 0.01 | 49.58 | 0.97 | 0.66 |
| Hex | FC | DF | 55 | 0 | C | 42 | 1 | 32 | 61 | 42 |
| Octal | 374 | 337 | 125 | 0 | 14 | 102 | 1 | 62 | 141 | 102 |
| Binary | 11111100 | 11011111 | 1010101 | 0 | 1100 | 1000010 | 1 | 110010 | 1100001 | 1000010 |
Color Harmonies of #FCDF55
Complementary color
Monochromatic Colors of #FCDF55
Black with #FCDF55
Text Example
Text Example
White with #FCDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF55; }
p { color: rgb(252,223,85); }
H1.HeaderClassName
{
color: #FCDF55;
}
.AnyTagClassName
{
color: #FCDF55;
}
</style>
background-color css
<style>
a { background-color: #FCDF55; }
a { background-color: rgb(252,223,85); }
div.DivClassName
{
background-color: #FCDF55;
}
.BgClassName
{
background-color: #FCDF55;
}
</style>
border-color css
<style>
span { border-color: #FCDF55; }
span { border-color: rgb(252,223,85); }
td.TdClassName
{
border-color: #FCDF55;
}
.TagClassName
{
border-color: #FCDF55;
}
</style>