Shades of Dark Salmon #F69473
Tints of Dark Salmon #F69473
RGB
CMYK
RGB Variations
Color information
#F69473 (or 0xF69473) is known color: Dark Salmon. HEX triplet: F6, 94 and 73. RGB value is (246,148,115). Sum of RGB (Red+Green+Blue) = 246+148+115=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F69473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69473 is #096B8C. Grayscale: #ADADAD. Windows color (decimal): -617357 or 7574774. OLE color: 7574774.
HSL color Cylindrical-coordinate representation of color #F69473: hue angle of 15.11º 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 #F69473 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 115 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.04 |
| HSL | 15.11º | 0.88% | 0.71% | - |
| HSV(B) | 15.11º | 0.53% | 0.96% | - |
| XYZ | 51.69 | 42.01 | 21.6 | - |
| YUV | 173.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 115 | 0 | 0.40 | 0.53 | 0.04 | 15.11 | 0.88 | 0.71 |
| Hex | F6 | 94 | 73 | 0 | 28 | 35 | 4 | F | 58 | 47 |
| Octal | 366 | 224 | 163 | 0 | 50 | 65 | 4 | 17 | 130 | 107 |
| Binary | 11110110 | 10010100 | 1110011 | 0 | 101000 | 110101 | 100 | 1111 | 1011000 | 1000111 |
Color Harmonies of #F69473
Complementary color
Monochromatic Colors of #F69473
Black with #F69473
Text Example
Text Example
White with #F69473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69473; }
p { color: rgb(246,148,115); }
H1.HeaderClassName
{
color: #F69473;
}
.AnyTagClassName
{
color: #F69473;
}
</style>
background-color css
<style>
a { background-color: #F69473; }
a { background-color: rgb(246,148,115); }
div.DivClassName
{
background-color: #F69473;
}
.BgClassName
{
background-color: #F69473;
}
</style>
border-color css
<style>
span { border-color: #F69473; }
span { border-color: rgb(246,148,115); }
td.TdClassName
{
border-color: #F69473;
}
.TagClassName
{
border-color: #F69473;
}
</style>