Shades of Mustard #FCDB5B
Tints of Mustard #FCDB5B
RGB
CMYK
RGB Variations
Color information
#FCDB5B (or 0xFCDB5B) is known color: Mustard. HEX triplet: FC, DB and 5B. RGB value is (252,219,91). Sum of RGB (Red+Green+Blue) = 252+219+91=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB5B is #0324A4. Grayscale: #D6D6D6. Windows color (decimal): -205989 or 6020092. OLE color: 6020092.
HSL color Cylindrical-coordinate representation of color #FCDB5B: hue angle of 47.7º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCDB5B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 91 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.01 |
| HSL | 47.7º | 0.96% | 0.67% | - |
| HSV(B) | 47.7º | 0.64% | 0.99% | - |
| XYZ | 67.36 | 72.11 | 20.27 | - |
| YUV | 214.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 91 | 0 | 0.13 | 0.64 | 0.01 | 47.7 | 0.96 | 0.67 |
| Hex | FC | DB | 5B | 0 | D | 40 | 1 | 30 | 60 | 43 |
| Octal | 374 | 333 | 133 | 0 | 15 | 100 | 1 | 60 | 140 | 103 |
| Binary | 11111100 | 11011011 | 1011011 | 0 | 1101 | 1000000 | 1 | 110000 | 1100000 | 1000011 |
Color Harmonies of #FCDB5B
Complementary color
Monochromatic Colors of #FCDB5B
Black with #FCDB5B
Text Example
Text Example
White with #FCDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB5B; }
p { color: rgb(252,219,91); }
H1.HeaderClassName
{
color: #FCDB5B;
}
.AnyTagClassName
{
color: #FCDB5B;
}
</style>
background-color css
<style>
a { background-color: #FCDB5B; }
a { background-color: rgb(252,219,91); }
div.DivClassName
{
background-color: #FCDB5B;
}
.BgClassName
{
background-color: #FCDB5B;
}
</style>
border-color css
<style>
span { border-color: #FCDB5B; }
span { border-color: rgb(252,219,91); }
td.TdClassName
{
border-color: #FCDB5B;
}
.TagClassName
{
border-color: #FCDB5B;
}
</style>