Shades of Dark Salmon #F08C6A
Tints of Dark Salmon #F08C6A
RGB
CMYK
RGB Variations
Color information
#F08C6A (or 0xF08C6A) is known color: Dark Salmon. HEX triplet: F0, 8C and 6A. RGB value is (240,140,106). Sum of RGB (Red+Green+Blue) = 240+140+106=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C6A is #0F7395. Grayscale: #A6A6A6. Windows color (decimal): -1012630 or 6982896. OLE color: 6982896.
HSL color Cylindrical-coordinate representation of color #F08C6A: hue angle of 15.22º 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 #F08C6A is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 106 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.06 |
| HSL | 15.22º | 0.82% | 0.68% | - |
| HSV(B) | 15.22º | 0.56% | 0.94% | - |
| XYZ | 47.91 | 38.32 | 18.51 | - |
| YUV | 166.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 106 | 0 | 0.42 | 0.56 | 0.06 | 15.22 | 0.82 | 0.68 |
| Hex | F0 | 8C | 6A | 0 | 2A | 38 | 6 | F | 52 | 44 |
| Octal | 360 | 214 | 152 | 0 | 52 | 70 | 6 | 17 | 122 | 104 |
| Binary | 11110000 | 10001100 | 1101010 | 0 | 101010 | 111000 | 110 | 1111 | 1010010 | 1000100 |
Color Harmonies of #F08C6A
Complementary color
Monochromatic Colors of #F08C6A
Black with #F08C6A
Text Example
Text Example
White with #F08C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C6A; }
p { color: rgb(240,140,106); }
H1.HeaderClassName
{
color: #F08C6A;
}
.AnyTagClassName
{
color: #F08C6A;
}
</style>
background-color css
<style>
a { background-color: #F08C6A; }
a { background-color: rgb(240,140,106); }
div.DivClassName
{
background-color: #F08C6A;
}
.BgClassName
{
background-color: #F08C6A;
}
</style>
border-color css
<style>
span { border-color: #F08C6A; }
span { border-color: rgb(240,140,106); }
td.TdClassName
{
border-color: #F08C6A;
}
.TagClassName
{
border-color: #F08C6A;
}
</style>