Shades of Mustard #FCDD5D
Tints of Mustard #FCDD5D
RGB
CMYK
RGB Variations
Color information
#FCDD5D (or 0xFCDD5D) is known color: Mustard. HEX triplet: FC, DD and 5D. RGB value is (252,221,93). Sum of RGB (Red+Green+Blue) = 252+221+93=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD5D is #0322A2. Grayscale: #D8D8D8. Windows color (decimal): -205475 or 6151676. OLE color: 6151676.
HSL color Cylindrical-coordinate representation of color #FCDD5D: hue angle of 48.3º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCDD5D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 93 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.01 |
| HSL | 48.3º | 0.96% | 0.68% | - |
| HSV(B) | 48.3º | 0.63% | 0.99% | - |
| XYZ | 67.98 | 73.2 | 20.9 | - |
| YUV | 215.68 | 58.77 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 93 | 0 | 0.12 | 0.63 | 0.01 | 48.3 | 0.96 | 0.68 |
| Hex | FC | DD | 5D | 0 | C | 3F | 1 | 30 | 60 | 44 |
| Octal | 374 | 335 | 135 | 0 | 14 | 77 | 1 | 60 | 140 | 104 |
| Binary | 11111100 | 11011101 | 1011101 | 0 | 1100 | 111111 | 1 | 110000 | 1100000 | 1000100 |
Color Harmonies of #FCDD5D
Complementary color
Monochromatic Colors of #FCDD5D
Black with #FCDD5D
Text Example
Text Example
White with #FCDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD5D; }
p { color: rgb(252,221,93); }
H1.HeaderClassName
{
color: #FCDD5D;
}
.AnyTagClassName
{
color: #FCDD5D;
}
</style>
background-color css
<style>
a { background-color: #FCDD5D; }
a { background-color: rgb(252,221,93); }
div.DivClassName
{
background-color: #FCDD5D;
}
.BgClassName
{
background-color: #FCDD5D;
}
</style>
border-color css
<style>
span { border-color: #FCDD5D; }
span { border-color: rgb(252,221,93); }
td.TdClassName
{
border-color: #FCDD5D;
}
.TagClassName
{
border-color: #FCDD5D;
}
</style>