Shades of Dark Salmon #F09371
Tints of Dark Salmon #F09371
RGB
CMYK
RGB Variations
Color information
#F09371 (or 0xF09371) is known color: Dark Salmon. HEX triplet: F0, 93 and 71. RGB value is (240,147,113). Sum of RGB (Red+Green+Blue) = 240+147+113=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F09371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09371 is #0F6C8E. Grayscale: #ABABAB. Windows color (decimal): -1010831 or 7443440. OLE color: 7443440.
HSL color Cylindrical-coordinate representation of color #F09371: hue angle of 16.06º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F09371 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 113 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.06 |
| HSL | 16.06º | 0.81% | 0.69% | - |
| HSV(B) | 16.06º | 0.53% | 0.94% | - |
| XYZ | 49.35 | 40.58 | 20.86 | - |
| YUV | 170.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 113 | 0 | 0.39 | 0.53 | 0.06 | 16.06 | 0.81 | 0.69 |
| Hex | F0 | 93 | 71 | 0 | 27 | 35 | 6 | 10 | 51 | 45 |
| Octal | 360 | 223 | 161 | 0 | 47 | 65 | 6 | 20 | 121 | 105 |
| Binary | 11110000 | 10010011 | 1110001 | 0 | 100111 | 110101 | 110 | 10000 | 1010001 | 1000101 |
Color Harmonies of #F09371
Complementary color
Monochromatic Colors of #F09371
Black with #F09371
Text Example
Text Example
White with #F09371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09371; }
p { color: rgb(240,147,113); }
H1.HeaderClassName
{
color: #F09371;
}
.AnyTagClassName
{
color: #F09371;
}
</style>
background-color css
<style>
a { background-color: #F09371; }
a { background-color: rgb(240,147,113); }
div.DivClassName
{
background-color: #F09371;
}
.BgClassName
{
background-color: #F09371;
}
</style>
border-color css
<style>
span { border-color: #F09371; }
span { border-color: rgb(240,147,113); }
td.TdClassName
{
border-color: #F09371;
}
.TagClassName
{
border-color: #F09371;
}
</style>