Shades of Dark Salmon #F09582
Tints of Dark Salmon #F09582
RGB
CMYK
RGB Variations
Color information
#F09582 (or 0xF09582) is known color: Dark Salmon. HEX triplet: F0, 95 and 82. RGB value is (240,149,130). Sum of RGB (Red+Green+Blue) = 240+149+130=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F09582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09582 is #0F6A7D. Grayscale: #AEAEAE. Windows color (decimal): -1010302 or 8558064. OLE color: 8558064.
HSL color Cylindrical-coordinate representation of color #F09582: hue angle of 10.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F09582 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 130 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.06 |
| HSL | 10.36º | 0.79% | 0.73% | - |
| HSV(B) | 10.36º | 0.46% | 0.94% | - |
| XYZ | 50.71 | 41.63 | 26.48 | - |
| YUV | 174.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 130 | 0 | 0.38 | 0.46 | 0.06 | 10.36 | 0.79 | 0.73 |
| Hex | F0 | 95 | 82 | 0 | 26 | 2E | 6 | A | 4F | 49 |
| Octal | 360 | 225 | 202 | 0 | 46 | 56 | 6 | 12 | 117 | 111 |
| Binary | 11110000 | 10010101 | 10000010 | 0 | 100110 | 101110 | 110 | 1010 | 1001111 | 1001001 |
Color Harmonies of #F09582
Complementary color
Monochromatic Colors of #F09582
Black with #F09582
Text Example
Text Example
White with #F09582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09582; }
p { color: rgb(240,149,130); }
H1.HeaderClassName
{
color: #F09582;
}
.AnyTagClassName
{
color: #F09582;
}
</style>
background-color css
<style>
a { background-color: #F09582; }
a { background-color: rgb(240,149,130); }
div.DivClassName
{
background-color: #F09582;
}
.BgClassName
{
background-color: #F09582;
}
</style>
border-color css
<style>
span { border-color: #F09582; }
span { border-color: rgb(240,149,130); }
td.TdClassName
{
border-color: #F09582;
}
.TagClassName
{
border-color: #F09582;
}
</style>