Shades of Dark Salmon #F69072
Tints of Dark Salmon #F69072
RGB
CMYK
RGB Variations
Color information
#F69072 (or 0xF69072) is known color: Dark Salmon. HEX triplet: F6, 90 and 72. RGB value is (246,144,114). Sum of RGB (Red+Green+Blue) = 246+144+114=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F69072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69072 is #096F8D. Grayscale: #ABABAB. Windows color (decimal): -618382 or 7508214. OLE color: 7508214.
HSL color Cylindrical-coordinate representation of color #F69072: hue angle of 13.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F69072 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 114 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.04 |
| HSL | 13.64º | 0.88% | 0.71% | - |
| HSV(B) | 13.64º | 0.54% | 0.96% | - |
| XYZ | 51.02 | 40.75 | 21.1 | - |
| YUV | 171.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 114 | 0 | 0.41 | 0.54 | 0.04 | 13.64 | 0.88 | 0.71 |
| Hex | F6 | 90 | 72 | 0 | 29 | 36 | 4 | E | 58 | 47 |
| Octal | 366 | 220 | 162 | 0 | 51 | 66 | 4 | 16 | 130 | 107 |
| Binary | 11110110 | 10010000 | 1110010 | 0 | 101001 | 110110 | 100 | 1110 | 1011000 | 1000111 |
Color Harmonies of #F69072
Complementary color
Monochromatic Colors of #F69072
Black with #F69072
Text Example
Text Example
White with #F69072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69072; }
p { color: rgb(246,144,114); }
H1.HeaderClassName
{
color: #F69072;
}
.AnyTagClassName
{
color: #F69072;
}
</style>
background-color css
<style>
a { background-color: #F69072; }
a { background-color: rgb(246,144,114); }
div.DivClassName
{
background-color: #F69072;
}
.BgClassName
{
background-color: #F69072;
}
</style>
border-color css
<style>
span { border-color: #F69072; }
span { border-color: rgb(246,144,114); }
td.TdClassName
{
border-color: #F69072;
}
.TagClassName
{
border-color: #F69072;
}
</style>