Shades of Dark Salmon #F09173
Tints of Dark Salmon #F09173
RGB
CMYK
RGB Variations
Color information
#F09173 (or 0xF09173) is known color: Dark Salmon. HEX triplet: F0, 91 and 73. RGB value is (240,145,115). Sum of RGB (Red+Green+Blue) = 240+145+115=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F09173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09173 is #0F6E8C. Grayscale: #AAAAAA. Windows color (decimal): -1011341 or 7574000. OLE color: 7574000.
HSL color Cylindrical-coordinate representation of color #F09173: hue angle of 14.4º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F09173 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 115 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.06 |
| HSL | 14.4º | 0.81% | 0.7% | - |
| HSV(B) | 14.4º | 0.52% | 0.94% | - |
| XYZ | 49.16 | 40.01 | 21.35 | - |
| YUV | 169.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 115 | 0 | 0.40 | 0.52 | 0.06 | 14.4 | 0.81 | 0.7 |
| Hex | F0 | 91 | 73 | 0 | 28 | 34 | 6 | E | 51 | 46 |
| Octal | 360 | 221 | 163 | 0 | 50 | 64 | 6 | 16 | 121 | 106 |
| Binary | 11110000 | 10010001 | 1110011 | 0 | 101000 | 110100 | 110 | 1110 | 1010001 | 1000110 |
Color Harmonies of #F09173
Complementary color
Monochromatic Colors of #F09173
Black with #F09173
Text Example
Text Example
White with #F09173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09173; }
p { color: rgb(240,145,115); }
H1.HeaderClassName
{
color: #F09173;
}
.AnyTagClassName
{
color: #F09173;
}
</style>
background-color css
<style>
a { background-color: #F09173; }
a { background-color: rgb(240,145,115); }
div.DivClassName
{
background-color: #F09173;
}
.BgClassName
{
background-color: #F09173;
}
</style>
border-color css
<style>
span { border-color: #F09173; }
span { border-color: rgb(240,145,115); }
td.TdClassName
{
border-color: #F09173;
}
.TagClassName
{
border-color: #F09173;
}
</style>