Shades of Salomie #FFD982
Tints of Salomie #FFD982
RGB
CMYK
RGB Variations
Color information
#FFD982 (or 0xFFD982) is known color: Salomie. HEX triplet: FF, D9 and 82. RGB value is (255,217,130). Sum of RGB (Red+Green+Blue) = 255+217+130=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD982 is #00267D. Grayscale: #DADADA. Windows color (decimal): -9854 or 8575487. OLE color: 8575487.
HSL color Cylindrical-coordinate representation of color #FFD982: hue angle of 41.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFD982 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 130 | - |
| CMYK | 0 | 0.15 | 0.49 | 0 |
| HSL | 41.76º | 1% | 0.75% | - |
| HSV(B) | 41.76º | 0.49% | 1% | - |
| XYZ | 70.08 | 72.5 | 31.42 | - |
| YUV | 218.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 130 | 0 | 0.15 | 0.49 | 0 | 41.76 | 1 | 0.75 |
| Hex | FF | D9 | 82 | 0 | F | 31 | 0 | 2A | 64 | 4B |
| Octal | 377 | 331 | 202 | 0 | 17 | 61 | 0 | 52 | 144 | 113 |
| Binary | 11111111 | 11011001 | 10000010 | 0 | 1111 | 110001 | 0 | 101010 | 1100100 | 1001011 |
Color Harmonies of #FFD982
Complementary color
Monochromatic Colors of #FFD982
Black with #FFD982
Text Example
Text Example
White with #FFD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD982; }
p { color: rgb(255,217,130); }
H1.HeaderClassName
{
color: #FFD982;
}
.AnyTagClassName
{
color: #FFD982;
}
</style>
background-color css
<style>
a { background-color: #FFD982; }
a { background-color: rgb(255,217,130); }
div.DivClassName
{
background-color: #FFD982;
}
.BgClassName
{
background-color: #FFD982;
}
</style>
border-color css
<style>
span { border-color: #FFD982; }
span { border-color: rgb(255,217,130); }
td.TdClassName
{
border-color: #FFD982;
}
.TagClassName
{
border-color: #FFD982;
}
</style>