Shades of Dark Salmon #F69573
Tints of Dark Salmon #F69573
RGB
CMYK
RGB Variations
Color information
#F69573 (or 0xF69573) is known color: Dark Salmon. HEX triplet: F6, 95 and 73. RGB value is (246,149,115). Sum of RGB (Red+Green+Blue) = 246+149+115=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F69573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69573 is #096A8C. Grayscale: #AEAEAE. Windows color (decimal): -617101 or 7575030. OLE color: 7575030.
HSL color Cylindrical-coordinate representation of color #F69573: hue angle of 15.57º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F69573 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 115 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.04 |
| HSL | 15.57º | 0.88% | 0.71% | - |
| HSV(B) | 15.57º | 0.53% | 0.96% | - |
| XYZ | 51.85 | 42.33 | 21.66 | - |
| YUV | 174.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 115 | 0 | 0.39 | 0.53 | 0.04 | 15.57 | 0.88 | 0.71 |
| Hex | F6 | 95 | 73 | 0 | 27 | 35 | 4 | 10 | 58 | 47 |
| Octal | 366 | 225 | 163 | 0 | 47 | 65 | 4 | 20 | 130 | 107 |
| Binary | 11110110 | 10010101 | 1110011 | 0 | 100111 | 110101 | 100 | 10000 | 1011000 | 1000111 |
Color Harmonies of #F69573
Complementary color
Monochromatic Colors of #F69573
Black with #F69573
Text Example
Text Example
White with #F69573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69573; }
p { color: rgb(246,149,115); }
H1.HeaderClassName
{
color: #F69573;
}
.AnyTagClassName
{
color: #F69573;
}
</style>
background-color css
<style>
a { background-color: #F69573; }
a { background-color: rgb(246,149,115); }
div.DivClassName
{
background-color: #F69573;
}
.BgClassName
{
background-color: #F69573;
}
</style>
border-color css
<style>
span { border-color: #F69573; }
span { border-color: rgb(246,149,115); }
td.TdClassName
{
border-color: #F69573;
}
.TagClassName
{
border-color: #F69573;
}
</style>