Shades of Mustard #FCDF54
Tints of Mustard #FCDF54
RGB
CMYK
RGB Variations
Color information
#FCDF54 (or 0xFCDF54) is known color: Mustard. HEX triplet: FC, DF and 54. RGB value is (252,223,84). Sum of RGB (Red+Green+Blue) = 252+223+84=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 84 (33.20% from 255 or 15.03% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF54 is #0320AB. Grayscale: #D8D8D8. Windows color (decimal): -204972 or 5562364. OLE color: 5562364.
HSL color Cylindrical-coordinate representation of color #FCDF54: hue angle of 49.64º 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 #FCDF54 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 84 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.01 |
| HSL | 49.64º | 0.97% | 0.66% | - |
| HSV(B) | 49.64º | 0.67% | 0.99% | - |
| XYZ | 68.13 | 74.11 | 19.1 | - |
| YUV | 215.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 84 | 0 | 0.12 | 0.67 | 0.01 | 49.64 | 0.97 | 0.66 |
| Hex | FC | DF | 54 | 0 | C | 43 | 1 | 32 | 61 | 42 |
| Octal | 374 | 337 | 124 | 0 | 14 | 103 | 1 | 62 | 141 | 102 |
| Binary | 11111100 | 11011111 | 1010100 | 0 | 1100 | 1000011 | 1 | 110010 | 1100001 | 1000010 |
Color Harmonies of #FCDF54
Complementary color
Monochromatic Colors of #FCDF54
Black with #FCDF54
Text Example
Text Example
White with #FCDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF54; }
p { color: rgb(252,223,84); }
H1.HeaderClassName
{
color: #FCDF54;
}
.AnyTagClassName
{
color: #FCDF54;
}
</style>
background-color css
<style>
a { background-color: #FCDF54; }
a { background-color: rgb(252,223,84); }
div.DivClassName
{
background-color: #FCDF54;
}
.BgClassName
{
background-color: #FCDF54;
}
</style>
border-color css
<style>
span { border-color: #FCDF54; }
span { border-color: rgb(252,223,84); }
td.TdClassName
{
border-color: #FCDF54;
}
.TagClassName
{
border-color: #FCDF54;
}
</style>