Shades of Dark Salmon #F69373
Tints of Dark Salmon #F69373
RGB
CMYK
RGB Variations
Color information
#F69373 (or 0xF69373) is known color: Dark Salmon. HEX triplet: F6, 93 and 73. RGB value is (246,147,115). Sum of RGB (Red+Green+Blue) = 246+147+115=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F69373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69373 is #096C8C. Grayscale: #ADADAD. Windows color (decimal): -617613 or 7574518. OLE color: 7574518.
HSL color Cylindrical-coordinate representation of color #F69373: hue angle of 14.66º 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 #F69373 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 115 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.04 |
| HSL | 14.66º | 0.88% | 0.71% | - |
| HSV(B) | 14.66º | 0.53% | 0.96% | - |
| XYZ | 51.53 | 41.7 | 21.55 | - |
| YUV | 172.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 115 | 0 | 0.40 | 0.53 | 0.04 | 14.66 | 0.88 | 0.71 |
| Hex | F6 | 93 | 73 | 0 | 28 | 35 | 4 | F | 58 | 47 |
| Octal | 366 | 223 | 163 | 0 | 50 | 65 | 4 | 17 | 130 | 107 |
| Binary | 11110110 | 10010011 | 1110011 | 0 | 101000 | 110101 | 100 | 1111 | 1011000 | 1000111 |
Color Harmonies of #F69373
Complementary color
Monochromatic Colors of #F69373
Black with #F69373
Text Example
Text Example
White with #F69373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69373; }
p { color: rgb(246,147,115); }
H1.HeaderClassName
{
color: #F69373;
}
.AnyTagClassName
{
color: #F69373;
}
</style>
background-color css
<style>
a { background-color: #F69373; }
a { background-color: rgb(246,147,115); }
div.DivClassName
{
background-color: #F69373;
}
.BgClassName
{
background-color: #F69373;
}
</style>
border-color css
<style>
span { border-color: #F69373; }
span { border-color: rgb(246,147,115); }
td.TdClassName
{
border-color: #F69373;
}
.TagClassName
{
border-color: #F69373;
}
</style>