Shades of Mustard #FFD95A
Tints of Mustard #FFD95A
RGB
CMYK
RGB Variations
Color information
#FFD95A (or 0xFFD95A) is known color: Mustard. HEX triplet: FF, D9 and 5A. RGB value is (255,217,90). Sum of RGB (Red+Green+Blue) = 255+217+90=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD95A is #0026A5. Grayscale: #D6D6D6. Windows color (decimal): -9894 or 5954047. OLE color: 5954047.
HSL color Cylindrical-coordinate representation of color #FFD95A: hue angle of 46.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD95A is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 90 | - |
| CMYK | 0 | 0.15 | 0.65 | 0 |
| HSL | 46.18º | 1% | 0.68% | - |
| HSV(B) | 46.18º | 0.65% | 1% | - |
| XYZ | 67.9 | 71.62 | 19.92 | - |
| YUV | 213.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 90 | 0 | 0.15 | 0.65 | 0 | 46.18 | 1 | 0.68 |
| Hex | FF | D9 | 5A | 0 | F | 41 | 0 | 2E | 64 | 44 |
| Octal | 377 | 331 | 132 | 0 | 17 | 101 | 0 | 56 | 144 | 104 |
| Binary | 11111111 | 11011001 | 1011010 | 0 | 1111 | 1000001 | 0 | 101110 | 1100100 | 1000100 |
Color Harmonies of #FFD95A
Complementary color
Monochromatic Colors of #FFD95A
Black with #FFD95A
Text Example
Text Example
White with #FFD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD95A; }
p { color: rgb(255,217,90); }
H1.HeaderClassName
{
color: #FFD95A;
}
.AnyTagClassName
{
color: #FFD95A;
}
</style>
background-color css
<style>
a { background-color: #FFD95A; }
a { background-color: rgb(255,217,90); }
div.DivClassName
{
background-color: #FFD95A;
}
.BgClassName
{
background-color: #FFD95A;
}
</style>
border-color css
<style>
span { border-color: #FFD95A; }
span { border-color: rgb(255,217,90); }
td.TdClassName
{
border-color: #FFD95A;
}
.TagClassName
{
border-color: #FFD95A;
}
</style>