Shades of Dark Salmon #F69471
Tints of Dark Salmon #F69471
RGB
CMYK
RGB Variations
Color information
#F69471 (or 0xF69471) is known color: Dark Salmon. HEX triplet: F6, 94 and 71. RGB value is (246,148,113). Sum of RGB (Red+Green+Blue) = 246+148+113=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F69471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69471 is #096B8E. Grayscale: #ADADAD. Windows color (decimal): -617359 or 7443702. OLE color: 7443702.
HSL color Cylindrical-coordinate representation of color #F69471: hue angle of 15.79º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F69471 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 113 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.04 |
| HSL | 15.79º | 0.88% | 0.7% | - |
| HSV(B) | 15.79º | 0.54% | 0.96% | - |
| XYZ | 51.58 | 41.96 | 21 | - |
| YUV | 173.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 113 | 0 | 0.40 | 0.54 | 0.04 | 15.79 | 0.88 | 0.7 |
| Hex | F6 | 94 | 71 | 0 | 28 | 36 | 4 | 10 | 58 | 46 |
| Octal | 366 | 224 | 161 | 0 | 50 | 66 | 4 | 20 | 130 | 106 |
| Binary | 11110110 | 10010100 | 1110001 | 0 | 101000 | 110110 | 100 | 10000 | 1011000 | 1000110 |
Color Harmonies of #F69471
Complementary color
Monochromatic Colors of #F69471
Black with #F69471
Text Example
Text Example
White with #F69471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69471; }
p { color: rgb(246,148,113); }
H1.HeaderClassName
{
color: #F69471;
}
.AnyTagClassName
{
color: #F69471;
}
</style>
background-color css
<style>
a { background-color: #F69471; }
a { background-color: rgb(246,148,113); }
div.DivClassName
{
background-color: #F69471;
}
.BgClassName
{
background-color: #F69471;
}
</style>
border-color css
<style>
span { border-color: #F69471; }
span { border-color: rgb(246,148,113); }
td.TdClassName
{
border-color: #F69471;
}
.TagClassName
{
border-color: #F69471;
}
</style>