Shades of Mustard #FCDD53
Tints of Mustard #FCDD53
RGB
CMYK
RGB Variations
Color information
#FCDD53 (or 0xFCDD53) is known color: Mustard. HEX triplet: FC, DD and 53. RGB value is (252,221,83). Sum of RGB (Red+Green+Blue) = 252+221+83=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 83 (32.81% from 255 or 14.93% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD53 is #0322AC. Grayscale: #D7D7D7. Windows color (decimal): -205485 or 5496316. OLE color: 5496316.
HSL color Cylindrical-coordinate representation of color #FCDD53: hue angle of 48.99º 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 #FCDD53 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 83 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.01 |
| HSL | 48.99º | 0.97% | 0.66% | - |
| HSV(B) | 48.99º | 0.67% | 0.99% | - |
| XYZ | 67.56 | 73.03 | 18.72 | - |
| YUV | 214.54 | 53.77 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 83 | 0 | 0.12 | 0.67 | 0.01 | 48.99 | 0.97 | 0.66 |
| Hex | FC | DD | 53 | 0 | C | 43 | 1 | 31 | 61 | 42 |
| Octal | 374 | 335 | 123 | 0 | 14 | 103 | 1 | 61 | 141 | 102 |
| Binary | 11111100 | 11011101 | 1010011 | 0 | 1100 | 1000011 | 1 | 110001 | 1100001 | 1000010 |
Color Harmonies of #FCDD53
Complementary color
Monochromatic Colors of #FCDD53
Black with #FCDD53
Text Example
Text Example
White with #FCDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD53; }
p { color: rgb(252,221,83); }
H1.HeaderClassName
{
color: #FCDD53;
}
.AnyTagClassName
{
color: #FCDD53;
}
</style>
background-color css
<style>
a { background-color: #FCDD53; }
a { background-color: rgb(252,221,83); }
div.DivClassName
{
background-color: #FCDD53;
}
.BgClassName
{
background-color: #FCDD53;
}
</style>
border-color css
<style>
span { border-color: #FCDD53; }
span { border-color: rgb(252,221,83); }
td.TdClassName
{
border-color: #FCDD53;
}
.TagClassName
{
border-color: #FCDD53;
}
</style>