Shades of Mustard #FCDD5A
Tints of Mustard #FCDD5A
RGB
CMYK
RGB Variations
Color information
#FCDD5A (or 0xFCDD5A) is known color: Mustard. HEX triplet: FC, DD and 5A. RGB value is (252,221,90). Sum of RGB (Red+Green+Blue) = 252+221+90=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD5A is #0322A5. Grayscale: #D7D7D7. Windows color (decimal): -205478 or 5955068. OLE color: 5955068.
HSL color Cylindrical-coordinate representation of color #FCDD5A: hue angle of 48.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCDD5A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 90 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.01 |
| HSL | 48.52º | 0.96% | 0.67% | - |
| HSV(B) | 48.52º | 0.64% | 0.99% | - |
| XYZ | 67.85 | 73.15 | 20.22 | - |
| YUV | 215.34 | 57.27 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 90 | 0 | 0.12 | 0.64 | 0.01 | 48.52 | 0.96 | 0.67 |
| Hex | FC | DD | 5A | 0 | C | 40 | 1 | 31 | 60 | 43 |
| Octal | 374 | 335 | 132 | 0 | 14 | 100 | 1 | 61 | 140 | 103 |
| Binary | 11111100 | 11011101 | 1011010 | 0 | 1100 | 1000000 | 1 | 110001 | 1100000 | 1000011 |
Color Harmonies of #FCDD5A
Complementary color
Monochromatic Colors of #FCDD5A
Black with #FCDD5A
Text Example
Text Example
White with #FCDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD5A; }
p { color: rgb(252,221,90); }
H1.HeaderClassName
{
color: #FCDD5A;
}
.AnyTagClassName
{
color: #FCDD5A;
}
</style>
background-color css
<style>
a { background-color: #FCDD5A; }
a { background-color: rgb(252,221,90); }
div.DivClassName
{
background-color: #FCDD5A;
}
.BgClassName
{
background-color: #FCDD5A;
}
</style>
border-color css
<style>
span { border-color: #FCDD5A; }
span { border-color: rgb(252,221,90); }
td.TdClassName
{
border-color: #FCDD5A;
}
.TagClassName
{
border-color: #FCDD5A;
}
</style>