Shades of Mustard #FCDB54
Tints of Mustard #FCDB54
RGB
CMYK
RGB Variations
Color information
#FCDB54 (or 0xFCDB54) is known color: Mustard. HEX triplet: FC, DB and 54. RGB value is (252,219,84). Sum of RGB (Red+Green+Blue) = 252+219+84=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 84 (33.20% from 255 or 15.14% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB54 is #0324AB. Grayscale: #D6D6D6. Windows color (decimal): -205996 or 5561340. OLE color: 5561340.
HSL color Cylindrical-coordinate representation of color #FCDB54: hue angle of 48.21º 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 #FCDB54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.01 |
| HSL | 48.21º | 0.97% | 0.66% | - |
| HSV(B) | 48.21º | 0.67% | 0.99% | - |
| XYZ | 67.08 | 72 | 18.75 | - |
| YUV | 213.48 | 54.93 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 84 | 0 | 0.13 | 0.67 | 0.01 | 48.21 | 0.97 | 0.66 |
| Hex | FC | DB | 54 | 0 | D | 43 | 1 | 30 | 61 | 42 |
| Octal | 374 | 333 | 124 | 0 | 15 | 103 | 1 | 60 | 141 | 102 |
| Binary | 11111100 | 11011011 | 1010100 | 0 | 1101 | 1000011 | 1 | 110000 | 1100001 | 1000010 |
Color Harmonies of #FCDB54
Complementary color
Monochromatic Colors of #FCDB54
Black with #FCDB54
Text Example
Text Example
White with #FCDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB54; }
p { color: rgb(252,219,84); }
H1.HeaderClassName
{
color: #FCDB54;
}
.AnyTagClassName
{
color: #FCDB54;
}
</style>
background-color css
<style>
a { background-color: #FCDB54; }
a { background-color: rgb(252,219,84); }
div.DivClassName
{
background-color: #FCDB54;
}
.BgClassName
{
background-color: #FCDB54;
}
</style>
border-color css
<style>
span { border-color: #FCDB54; }
span { border-color: rgb(252,219,84); }
td.TdClassName
{
border-color: #FCDB54;
}
.TagClassName
{
border-color: #FCDB54;
}
</style>