Shades of Mustard #FCDA5A
Tints of Mustard #FCDA5A
RGB
CMYK
RGB Variations
Color information
#FCDA5A (or 0xFCDA5A) is known color: Mustard. HEX triplet: FC, DA and 5A. RGB value is (252,218,90). Sum of RGB (Red+Green+Blue) = 252+218+90=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA5A is #0325A5. Grayscale: #D6D6D6. Windows color (decimal): -206246 or 5954300. OLE color: 5954300.
HSL color Cylindrical-coordinate representation of color #FCDA5A: hue angle of 47.41º 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 #FCDA5A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 90 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.01 |
| HSL | 47.41º | 0.96% | 0.67% | - |
| HSV(B) | 47.41º | 0.64% | 0.99% | - |
| XYZ | 67.06 | 71.58 | 19.95 | - |
| YUV | 213.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 90 | 0 | 0.13 | 0.64 | 0.01 | 47.41 | 0.96 | 0.67 |
| Hex | FC | DA | 5A | 0 | D | 40 | 1 | 2F | 60 | 43 |
| Octal | 374 | 332 | 132 | 0 | 15 | 100 | 1 | 57 | 140 | 103 |
| Binary | 11111100 | 11011010 | 1011010 | 0 | 1101 | 1000000 | 1 | 101111 | 1100000 | 1000011 |
Color Harmonies of #FCDA5A
Complementary color
Monochromatic Colors of #FCDA5A
Black with #FCDA5A
Text Example
Text Example
White with #FCDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA5A; }
p { color: rgb(252,218,90); }
H1.HeaderClassName
{
color: #FCDA5A;
}
.AnyTagClassName
{
color: #FCDA5A;
}
</style>
background-color css
<style>
a { background-color: #FCDA5A; }
a { background-color: rgb(252,218,90); }
div.DivClassName
{
background-color: #FCDA5A;
}
.BgClassName
{
background-color: #FCDA5A;
}
</style>
border-color css
<style>
span { border-color: #FCDA5A; }
span { border-color: rgb(252,218,90); }
td.TdClassName
{
border-color: #FCDA5A;
}
.TagClassName
{
border-color: #FCDA5A;
}
</style>