Shades of Mustard #FCDA54
Tints of Mustard #FCDA54
RGB
CMYK
RGB Variations
Color information
#FCDA54 (or 0xFCDA54) is known color: Mustard. HEX triplet: FC, DA and 54. RGB value is (252,218,84). Sum of RGB (Red+Green+Blue) = 252+218+84=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 84 (33.20% from 255 or 15.16% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA54 is #0325AB. Grayscale: #D5D5D5. Windows color (decimal): -206252 or 5561084. OLE color: 5561084.
HSL color Cylindrical-coordinate representation of color #FCDA54: hue angle of 47.86º 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 #FCDA54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.01 |
| HSL | 47.86º | 0.97% | 0.66% | - |
| HSV(B) | 47.86º | 0.67% | 0.99% | - |
| XYZ | 66.82 | 71.48 | 18.66 | - |
| YUV | 212.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 84 | 0 | 0.13 | 0.67 | 0.01 | 47.86 | 0.97 | 0.66 |
| Hex | FC | DA | 54 | 0 | D | 43 | 1 | 30 | 61 | 42 |
| Octal | 374 | 332 | 124 | 0 | 15 | 103 | 1 | 60 | 141 | 102 |
| Binary | 11111100 | 11011010 | 1010100 | 0 | 1101 | 1000011 | 1 | 110000 | 1100001 | 1000010 |
Color Harmonies of #FCDA54
Complementary color
Monochromatic Colors of #FCDA54
Black with #FCDA54
Text Example
Text Example
White with #FCDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA54; }
p { color: rgb(252,218,84); }
H1.HeaderClassName
{
color: #FCDA54;
}
.AnyTagClassName
{
color: #FCDA54;
}
</style>
background-color css
<style>
a { background-color: #FCDA54; }
a { background-color: rgb(252,218,84); }
div.DivClassName
{
background-color: #FCDA54;
}
.BgClassName
{
background-color: #FCDA54;
}
</style>
border-color css
<style>
span { border-color: #FCDA54; }
span { border-color: rgb(252,218,84); }
td.TdClassName
{
border-color: #FCDA54;
}
.TagClassName
{
border-color: #FCDA54;
}
</style>