Shades of Salomie #FFD582
Tints of Salomie #FFD582
RGB
CMYK
RGB Variations
Color information
#FFD582 (or 0xFFD582) is known color: Salomie. HEX triplet: FF, D5 and 82. RGB value is (255,213,130). Sum of RGB (Red+Green+Blue) = 255+213+130=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD582 is #002A7D. Grayscale: #D8D8D8. Windows color (decimal): -10878 or 8574463. OLE color: 8574463.
HSL color Cylindrical-coordinate representation of color #FFD582: hue angle of 39.84º 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 #FFD582 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 130 | - |
| CMYK | 0 | 0.16 | 0.49 | 0 |
| HSL | 39.84º | 1% | 0.75% | - |
| HSV(B) | 39.84º | 0.49% | 1% | - |
| XYZ | 69.06 | 70.46 | 31.08 | - |
| YUV | 216.1 | 79.41 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 130 | 0 | 0.16 | 0.49 | 0 | 39.84 | 1 | 0.75 |
| Hex | FF | D5 | 82 | 0 | 10 | 31 | 0 | 28 | 64 | 4B |
| Octal | 377 | 325 | 202 | 0 | 20 | 61 | 0 | 50 | 144 | 113 |
| Binary | 11111111 | 11010101 | 10000010 | 0 | 10000 | 110001 | 0 | 101000 | 1100100 | 1001011 |
Color Harmonies of #FFD582
Complementary color
Monochromatic Colors of #FFD582
Black with #FFD582
Text Example
Text Example
White with #FFD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD582; }
p { color: rgb(255,213,130); }
H1.HeaderClassName
{
color: #FFD582;
}
.AnyTagClassName
{
color: #FFD582;
}
</style>
background-color css
<style>
a { background-color: #FFD582; }
a { background-color: rgb(255,213,130); }
div.DivClassName
{
background-color: #FFD582;
}
.BgClassName
{
background-color: #FFD582;
}
</style>
border-color css
<style>
span { border-color: #FFD582; }
span { border-color: rgb(255,213,130); }
td.TdClassName
{
border-color: #FFD582;
}
.TagClassName
{
border-color: #FFD582;
}
</style>