Shades of Mustard #FCDD5B
Tints of Mustard #FCDD5B
RGB
CMYK
RGB Variations
Color information
#FCDD5B (or 0xFCDD5B) is known color: Mustard. HEX triplet: FC, DD and 5B. RGB value is (252,221,91). Sum of RGB (Red+Green+Blue) = 252+221+91=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 91 (35.94% from 255 or 16.13% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD5B is #0322A4. Grayscale: #D7D7D7. Windows color (decimal): -205477 or 6020604. OLE color: 6020604.
HSL color Cylindrical-coordinate representation of color #FCDD5B: hue angle of 48.45º 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 #FCDD5B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 91 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.01 |
| HSL | 48.45º | 0.96% | 0.67% | - |
| HSV(B) | 48.45º | 0.64% | 0.99% | - |
| XYZ | 67.89 | 73.16 | 20.44 | - |
| YUV | 215.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 91 | 0 | 0.12 | 0.64 | 0.01 | 48.45 | 0.96 | 0.67 |
| Hex | FC | DD | 5B | 0 | C | 40 | 1 | 30 | 60 | 43 |
| Octal | 374 | 335 | 133 | 0 | 14 | 100 | 1 | 60 | 140 | 103 |
| Binary | 11111100 | 11011101 | 1011011 | 0 | 1100 | 1000000 | 1 | 110000 | 1100000 | 1000011 |
Color Harmonies of #FCDD5B
Complementary color
Monochromatic Colors of #FCDD5B
Black with #FCDD5B
Text Example
Text Example
White with #FCDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD5B; }
p { color: rgb(252,221,91); }
H1.HeaderClassName
{
color: #FCDD5B;
}
.AnyTagClassName
{
color: #FCDD5B;
}
</style>
background-color css
<style>
a { background-color: #FCDD5B; }
a { background-color: rgb(252,221,91); }
div.DivClassName
{
background-color: #FCDD5B;
}
.BgClassName
{
background-color: #FCDD5B;
}
</style>
border-color css
<style>
span { border-color: #FCDD5B; }
span { border-color: rgb(252,221,91); }
td.TdClassName
{
border-color: #FCDD5B;
}
.TagClassName
{
border-color: #FCDD5B;
}
</style>