Shades of Mustard #FCDA55
Tints of Mustard #FCDA55
RGB
CMYK
RGB Variations
Color information
#FCDA55 (or 0xFCDA55) is known color: Mustard. HEX triplet: FC, DA and 55. RGB value is (252,218,85). Sum of RGB (Red+Green+Blue) = 252+218+85=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA55 is #0325AA. Grayscale: #D5D5D5. Windows color (decimal): -206251 or 5626620. OLE color: 5626620.
HSL color Cylindrical-coordinate representation of color #FCDA55: hue angle of 47.78º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCDA55 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 85 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 47.78º | 0.97% | 0.66% | - |
| HSV(B) | 47.78º | 0.66% | 0.99% | - |
| XYZ | 66.86 | 71.49 | 18.87 | - |
| YUV | 213 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 85 | 0 | 0.13 | 0.66 | 0.01 | 47.78 | 0.97 | 0.66 |
| Hex | FC | DA | 55 | 0 | D | 42 | 1 | 30 | 61 | 42 |
| Octal | 374 | 332 | 125 | 0 | 15 | 102 | 1 | 60 | 141 | 102 |
| Binary | 11111100 | 11011010 | 1010101 | 0 | 1101 | 1000010 | 1 | 110000 | 1100001 | 1000010 |
Color Harmonies of #FCDA55
Complementary color
Monochromatic Colors of #FCDA55
Black with #FCDA55
Text Example
Text Example
White with #FCDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA55; }
p { color: rgb(252,218,85); }
H1.HeaderClassName
{
color: #FCDA55;
}
.AnyTagClassName
{
color: #FCDA55;
}
</style>
background-color css
<style>
a { background-color: #FCDA55; }
a { background-color: rgb(252,218,85); }
div.DivClassName
{
background-color: #FCDA55;
}
.BgClassName
{
background-color: #FCDA55;
}
</style>
border-color css
<style>
span { border-color: #FCDA55; }
span { border-color: rgb(252,218,85); }
td.TdClassName
{
border-color: #FCDA55;
}
.TagClassName
{
border-color: #FCDA55;
}
</style>