Shades of Dark Salmon #F69075
Tints of Dark Salmon #F69075
RGB
CMYK
RGB Variations
Color information
#F69075 (or 0xF69075) is known color: Dark Salmon. HEX triplet: F6, 90 and 75. RGB value is (246,144,117). Sum of RGB (Red+Green+Blue) = 246+144+117=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F69075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69075 is #096F8A. Grayscale: #ABABAB. Windows color (decimal): -618379 or 7704822. OLE color: 7704822.
HSL color Cylindrical-coordinate representation of color #F69075: hue angle of 12.56º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F69075 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 117 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.04 |
| HSL | 12.56º | 0.88% | 0.71% | - |
| HSV(B) | 12.56º | 0.52% | 0.96% | - |
| XYZ | 51.19 | 40.82 | 22.01 | - |
| YUV | 171.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 117 | 0 | 0.41 | 0.52 | 0.04 | 12.56 | 0.88 | 0.71 |
| Hex | F6 | 90 | 75 | 0 | 29 | 34 | 4 | D | 58 | 47 |
| Octal | 366 | 220 | 165 | 0 | 51 | 64 | 4 | 15 | 130 | 107 |
| Binary | 11110110 | 10010000 | 1110101 | 0 | 101001 | 110100 | 100 | 1101 | 1011000 | 1000111 |
Color Harmonies of #F69075
Complementary color
Monochromatic Colors of #F69075
Black with #F69075
Text Example
Text Example
White with #F69075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69075; }
p { color: rgb(246,144,117); }
H1.HeaderClassName
{
color: #F69075;
}
.AnyTagClassName
{
color: #F69075;
}
</style>
background-color css
<style>
a { background-color: #F69075; }
a { background-color: rgb(246,144,117); }
div.DivClassName
{
background-color: #F69075;
}
.BgClassName
{
background-color: #F69075;
}
</style>
border-color css
<style>
span { border-color: #F69075; }
span { border-color: rgb(246,144,117); }
td.TdClassName
{
border-color: #F69075;
}
.TagClassName
{
border-color: #F69075;
}
</style>