Shades of Dark Salmon #F08E6A
Tints of Dark Salmon #F08E6A
RGB
CMYK
RGB Variations
Color information
#F08E6A (or 0xF08E6A) is known color: Dark Salmon. HEX triplet: F0, 8E and 6A. RGB value is (240,142,106). Sum of RGB (Red+Green+Blue) = 240+142+106=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E6A is #0F7195. Grayscale: #A7A7A7. Windows color (decimal): -1012118 or 6983408. OLE color: 6983408.
HSL color Cylindrical-coordinate representation of color #F08E6A: hue angle of 16.12º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F08E6A is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 106 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.06 |
| HSL | 16.12º | 0.82% | 0.68% | - |
| HSV(B) | 16.12º | 0.56% | 0.94% | - |
| XYZ | 48.21 | 38.91 | 18.61 | - |
| YUV | 167.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 106 | 0 | 0.41 | 0.56 | 0.06 | 16.12 | 0.82 | 0.68 |
| Hex | F0 | 8E | 6A | 0 | 29 | 38 | 6 | 10 | 52 | 44 |
| Octal | 360 | 216 | 152 | 0 | 51 | 70 | 6 | 20 | 122 | 104 |
| Binary | 11110000 | 10001110 | 1101010 | 0 | 101001 | 111000 | 110 | 10000 | 1010010 | 1000100 |
Color Harmonies of #F08E6A
Complementary color
Monochromatic Colors of #F08E6A
Black with #F08E6A
Text Example
Text Example
White with #F08E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E6A; }
p { color: rgb(240,142,106); }
H1.HeaderClassName
{
color: #F08E6A;
}
.AnyTagClassName
{
color: #F08E6A;
}
</style>
background-color css
<style>
a { background-color: #F08E6A; }
a { background-color: rgb(240,142,106); }
div.DivClassName
{
background-color: #F08E6A;
}
.BgClassName
{
background-color: #F08E6A;
}
</style>
border-color css
<style>
span { border-color: #F08E6A; }
span { border-color: rgb(240,142,106); }
td.TdClassName
{
border-color: #F08E6A;
}
.TagClassName
{
border-color: #F08E6A;
}
</style>