Shades of Mustard #FCDF53
Tints of Mustard #FCDF53
RGB
CMYK
RGB Variations
Color information
#FCDF53 (or 0xFCDF53) is known color: Mustard. HEX triplet: FC, DF and 53. RGB value is (252,223,83). Sum of RGB (Red+Green+Blue) = 252+223+83=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 83 (32.81% from 255 or 14.87% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF53 is #0320AC. Grayscale: #D8D8D8. Windows color (decimal): -204973 or 5496828. OLE color: 5496828.
HSL color Cylindrical-coordinate representation of color #FCDF53: hue angle of 49.7º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCDF53 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 83 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.01 |
| HSL | 49.7º | 0.97% | 0.66% | - |
| HSV(B) | 49.7º | 0.67% | 0.99% | - |
| XYZ | 68.09 | 74.1 | 18.9 | - |
| YUV | 215.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 83 | 0 | 0.12 | 0.67 | 0.01 | 49.7 | 0.97 | 0.66 |
| Hex | FC | DF | 53 | 0 | C | 43 | 1 | 32 | 61 | 42 |
| Octal | 374 | 337 | 123 | 0 | 14 | 103 | 1 | 62 | 141 | 102 |
| Binary | 11111100 | 11011111 | 1010011 | 0 | 1100 | 1000011 | 1 | 110010 | 1100001 | 1000010 |
Color Harmonies of #FCDF53
Complementary color
Monochromatic Colors of #FCDF53
Black with #FCDF53
Text Example
Text Example
White with #FCDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF53; }
p { color: rgb(252,223,83); }
H1.HeaderClassName
{
color: #FCDF53;
}
.AnyTagClassName
{
color: #FCDF53;
}
</style>
background-color css
<style>
a { background-color: #FCDF53; }
a { background-color: rgb(252,223,83); }
div.DivClassName
{
background-color: #FCDF53;
}
.BgClassName
{
background-color: #FCDF53;
}
</style>
border-color css
<style>
span { border-color: #FCDF53; }
span { border-color: rgb(252,223,83); }
td.TdClassName
{
border-color: #FCDF53;
}
.TagClassName
{
border-color: #FCDF53;
}
</style>