Shades of Dark Salmon #F08C6C
Tints of Dark Salmon #F08C6C
RGB
CMYK
RGB Variations
Color information
#F08C6C (or 0xF08C6C) is known color: Dark Salmon. HEX triplet: F0, 8C and 6C. RGB value is (240,140,108). Sum of RGB (Red+Green+Blue) = 240+140+108=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C6C is #0F7393. Grayscale: #A6A6A6. Windows color (decimal): -1012628 or 7113968. OLE color: 7113968.
HSL color Cylindrical-coordinate representation of color #F08C6C: hue angle of 14.55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F08C6C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 108 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.06 |
| HSL | 14.55º | 0.81% | 0.68% | - |
| HSV(B) | 14.55º | 0.55% | 0.94% | - |
| XYZ | 48.02 | 38.36 | 19.06 | - |
| YUV | 166.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 108 | 0 | 0.42 | 0.55 | 0.06 | 14.55 | 0.81 | 0.68 |
| Hex | F0 | 8C | 6C | 0 | 2A | 37 | 6 | F | 51 | 44 |
| Octal | 360 | 214 | 154 | 0 | 52 | 67 | 6 | 17 | 121 | 104 |
| Binary | 11110000 | 10001100 | 1101100 | 0 | 101010 | 110111 | 110 | 1111 | 1010001 | 1000100 |
Color Harmonies of #F08C6C
Complementary color
Monochromatic Colors of #F08C6C
Black with #F08C6C
Text Example
Text Example
White with #F08C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C6C; }
p { color: rgb(240,140,108); }
H1.HeaderClassName
{
color: #F08C6C;
}
.AnyTagClassName
{
color: #F08C6C;
}
</style>
background-color css
<style>
a { background-color: #F08C6C; }
a { background-color: rgb(240,140,108); }
div.DivClassName
{
background-color: #F08C6C;
}
.BgClassName
{
background-color: #F08C6C;
}
</style>
border-color css
<style>
span { border-color: #F08C6C; }
span { border-color: rgb(240,140,108); }
td.TdClassName
{
border-color: #F08C6C;
}
.TagClassName
{
border-color: #F08C6C;
}
</style>