Shades of Dark Salmon #F09382
Tints of Dark Salmon #F09382
RGB
CMYK
RGB Variations
Color information
#F09382 (or 0xF09382) is known color: Dark Salmon. HEX triplet: F0, 93 and 82. RGB value is (240,147,130). Sum of RGB (Red+Green+Blue) = 240+147+130=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F09382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09382 is #0F6C7D. Grayscale: #ADADAD. Windows color (decimal): -1010814 or 8557552. OLE color: 8557552.
HSL color Cylindrical-coordinate representation of color #F09382: hue angle of 9.27º 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 #F09382 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 130 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.06 |
| HSL | 9.27º | 0.79% | 0.73% | - |
| HSV(B) | 9.27º | 0.46% | 0.94% | - |
| XYZ | 50.4 | 41 | 26.38 | - |
| YUV | 172.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 130 | 0 | 0.39 | 0.46 | 0.06 | 9.27 | 0.79 | 0.73 |
| Hex | F0 | 93 | 82 | 0 | 27 | 2E | 6 | 9 | 4F | 49 |
| Octal | 360 | 223 | 202 | 0 | 47 | 56 | 6 | 11 | 117 | 111 |
| Binary | 11110000 | 10010011 | 10000010 | 0 | 100111 | 101110 | 110 | 1001 | 1001111 | 1001001 |
Color Harmonies of #F09382
Complementary color
Monochromatic Colors of #F09382
Black with #F09382
Text Example
Text Example
White with #F09382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09382; }
p { color: rgb(240,147,130); }
H1.HeaderClassName
{
color: #F09382;
}
.AnyTagClassName
{
color: #F09382;
}
</style>
background-color css
<style>
a { background-color: #F09382; }
a { background-color: rgb(240,147,130); }
div.DivClassName
{
background-color: #F09382;
}
.BgClassName
{
background-color: #F09382;
}
</style>
border-color css
<style>
span { border-color: #F09382; }
span { border-color: rgb(240,147,130); }
td.TdClassName
{
border-color: #F09382;
}
.TagClassName
{
border-color: #F09382;
}
</style>