Shades of Dark Salmon #F69074
Tints of Dark Salmon #F69074
RGB
CMYK
RGB Variations
Color information
#F69074 (or 0xF69074) is known color: Dark Salmon. HEX triplet: F6, 90 and 74. RGB value is (246,144,116). Sum of RGB (Red+Green+Blue) = 246+144+116=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F69074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69074 is #096F8B. Grayscale: #ABABAB. Windows color (decimal): -618380 or 7639286. OLE color: 7639286.
HSL color Cylindrical-coordinate representation of color #F69074: hue angle of 12.92º 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 #F69074 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 116 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.04 |
| HSL | 12.92º | 0.88% | 0.71% | - |
| HSV(B) | 12.92º | 0.53% | 0.96% | - |
| XYZ | 51.13 | 40.8 | 21.7 | - |
| YUV | 171.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 116 | 0 | 0.41 | 0.53 | 0.04 | 12.92 | 0.88 | 0.71 |
| Hex | F6 | 90 | 74 | 0 | 29 | 35 | 4 | D | 58 | 47 |
| Octal | 366 | 220 | 164 | 0 | 51 | 65 | 4 | 15 | 130 | 107 |
| Binary | 11110110 | 10010000 | 1110100 | 0 | 101001 | 110101 | 100 | 1101 | 1011000 | 1000111 |
Color Harmonies of #F69074
Complementary color
Monochromatic Colors of #F69074
Black with #F69074
Text Example
Text Example
White with #F69074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69074; }
p { color: rgb(246,144,116); }
H1.HeaderClassName
{
color: #F69074;
}
.AnyTagClassName
{
color: #F69074;
}
</style>
background-color css
<style>
a { background-color: #F69074; }
a { background-color: rgb(246,144,116); }
div.DivClassName
{
background-color: #F69074;
}
.BgClassName
{
background-color: #F69074;
}
</style>
border-color css
<style>
span { border-color: #F69074; }
span { border-color: rgb(246,144,116); }
td.TdClassName
{
border-color: #F69074;
}
.TagClassName
{
border-color: #F69074;
}
</style>