Shades of Mustard #FCDB55
Tints of Mustard #FCDB55
RGB
CMYK
RGB Variations
Color information
#FCDB55 (or 0xFCDB55) is known color: Mustard. HEX triplet: FC, DB and 55. RGB value is (252,219,85). Sum of RGB (Red+Green+Blue) = 252+219+85=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB55 is #0324AA. Grayscale: #D6D6D6. Windows color (decimal): -205995 or 5626876. OLE color: 5626876.
HSL color Cylindrical-coordinate representation of color #FCDB55: hue angle of 48.14º 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 #FCDB55 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 85 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 48.14º | 0.97% | 0.66% | - |
| HSV(B) | 48.14º | 0.66% | 0.99% | - |
| XYZ | 67.12 | 72.01 | 18.96 | - |
| YUV | 213.59 | 55.43 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 85 | 0 | 0.13 | 0.66 | 0.01 | 48.14 | 0.97 | 0.66 |
| Hex | FC | DB | 55 | 0 | D | 42 | 1 | 30 | 61 | 42 |
| Octal | 374 | 333 | 125 | 0 | 15 | 102 | 1 | 60 | 141 | 102 |
| Binary | 11111100 | 11011011 | 1010101 | 0 | 1101 | 1000010 | 1 | 110000 | 1100001 | 1000010 |
Color Harmonies of #FCDB55
Complementary color
Monochromatic Colors of #FCDB55
Black with #FCDB55
Text Example
Text Example
White with #FCDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB55; }
p { color: rgb(252,219,85); }
H1.HeaderClassName
{
color: #FCDB55;
}
.AnyTagClassName
{
color: #FCDB55;
}
</style>
background-color css
<style>
a { background-color: #FCDB55; }
a { background-color: rgb(252,219,85); }
div.DivClassName
{
background-color: #FCDB55;
}
.BgClassName
{
background-color: #FCDB55;
}
</style>
border-color css
<style>
span { border-color: #FCDB55; }
span { border-color: rgb(252,219,85); }
td.TdClassName
{
border-color: #FCDB55;
}
.TagClassName
{
border-color: #FCDB55;
}
</style>