Shades of Dark Salmon #F69275
Tints of Dark Salmon #F69275
RGB
CMYK
RGB Variations
Color information
#F69275 (or 0xF69275) is known color: Dark Salmon. HEX triplet: F6, 92 and 75. RGB value is (246,146,117). Sum of RGB (Red+Green+Blue) = 246+146+117=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F69275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69275 is #096D8A. Grayscale: #ACACAC. Windows color (decimal): -617867 or 7705334. OLE color: 7705334.
HSL color Cylindrical-coordinate representation of color #F69275: hue angle of 13.49º 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 #F69275 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 117 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.04 |
| HSL | 13.49º | 0.88% | 0.71% | - |
| HSV(B) | 13.49º | 0.52% | 0.96% | - |
| XYZ | 51.5 | 41.43 | 22.11 | - |
| YUV | 172.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 117 | 0 | 0.41 | 0.52 | 0.04 | 13.49 | 0.88 | 0.71 |
| Hex | F6 | 92 | 75 | 0 | 29 | 34 | 4 | D | 58 | 47 |
| Octal | 366 | 222 | 165 | 0 | 51 | 64 | 4 | 15 | 130 | 107 |
| Binary | 11110110 | 10010010 | 1110101 | 0 | 101001 | 110100 | 100 | 1101 | 1011000 | 1000111 |
Color Harmonies of #F69275
Complementary color
Monochromatic Colors of #F69275
Black with #F69275
Text Example
Text Example
White with #F69275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69275; }
p { color: rgb(246,146,117); }
H1.HeaderClassName
{
color: #F69275;
}
.AnyTagClassName
{
color: #F69275;
}
</style>
background-color css
<style>
a { background-color: #F69275; }
a { background-color: rgb(246,146,117); }
div.DivClassName
{
background-color: #F69275;
}
.BgClassName
{
background-color: #F69275;
}
</style>
border-color css
<style>
span { border-color: #F69275; }
span { border-color: rgb(246,146,117); }
td.TdClassName
{
border-color: #F69275;
}
.TagClassName
{
border-color: #F69275;
}
</style>