Shades of Mustard #FCDD54
Tints of Mustard #FCDD54
RGB
CMYK
RGB Variations
Color information
#FCDD54 (or 0xFCDD54) is known color: Mustard. HEX triplet: FC, DD and 54. RGB value is (252,221,84). Sum of RGB (Red+Green+Blue) = 252+221+84=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 84 (33.20% from 255 or 15.08% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD54 is #0322AB. Grayscale: #D7D7D7. Windows color (decimal): -205484 or 5561852. OLE color: 5561852.
HSL color Cylindrical-coordinate representation of color #FCDD54: hue angle of 48.93º 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 #FCDD54 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 84 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.01 |
| HSL | 48.93º | 0.97% | 0.66% | - |
| HSV(B) | 48.93º | 0.67% | 0.99% | - |
| XYZ | 67.6 | 73.05 | 18.92 | - |
| YUV | 214.65 | 54.27 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 84 | 0 | 0.12 | 0.67 | 0.01 | 48.93 | 0.97 | 0.66 |
| Hex | FC | DD | 54 | 0 | C | 43 | 1 | 31 | 61 | 42 |
| Octal | 374 | 335 | 124 | 0 | 14 | 103 | 1 | 61 | 141 | 102 |
| Binary | 11111100 | 11011101 | 1010100 | 0 | 1100 | 1000011 | 1 | 110001 | 1100001 | 1000010 |
Color Harmonies of #FCDD54
Complementary color
Monochromatic Colors of #FCDD54
Black with #FCDD54
Text Example
Text Example
White with #FCDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD54; }
p { color: rgb(252,221,84); }
H1.HeaderClassName
{
color: #FCDD54;
}
.AnyTagClassName
{
color: #FCDD54;
}
</style>
background-color css
<style>
a { background-color: #FCDD54; }
a { background-color: rgb(252,221,84); }
div.DivClassName
{
background-color: #FCDD54;
}
.BgClassName
{
background-color: #FCDD54;
}
</style>
border-color css
<style>
span { border-color: #FCDD54; }
span { border-color: rgb(252,221,84); }
td.TdClassName
{
border-color: #FCDD54;
}
.TagClassName
{
border-color: #FCDD54;
}
</style>