Shades of Salmon #F08A6D
Tints of Salmon #F08A6D
RGB
CMYK
RGB Variations
Color information
#F08A6D (or 0xF08A6D) is known color: Salmon. HEX triplet: F0, 8A and 6D. RGB value is (240,138,109). Sum of RGB (Red+Green+Blue) = 240+138+109=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A6D is #0F7592. Grayscale: #A5A5A5. Windows color (decimal): -1013139 or 7178992. OLE color: 7178992.
HSL color Cylindrical-coordinate representation of color #F08A6D: hue angle of 13.28º 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 #F08A6D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 109 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.06 |
| HSL | 13.28º | 0.81% | 0.68% | - |
| HSV(B) | 13.28º | 0.55% | 0.94% | - |
| XYZ | 47.78 | 37.81 | 19.25 | - |
| YUV | 165.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 109 | 0 | 0.42 | 0.55 | 0.06 | 13.28 | 0.81 | 0.68 |
| Hex | F0 | 8A | 6D | 0 | 2A | 37 | 6 | D | 51 | 44 |
| Octal | 360 | 212 | 155 | 0 | 52 | 67 | 6 | 15 | 121 | 104 |
| Binary | 11110000 | 10001010 | 1101101 | 0 | 101010 | 110111 | 110 | 1101 | 1010001 | 1000100 |
Color Harmonies of #F08A6D
Complementary color
Monochromatic Colors of #F08A6D
Black with #F08A6D
Text Example
Text Example
White with #F08A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A6D; }
p { color: rgb(240,138,109); }
H1.HeaderClassName
{
color: #F08A6D;
}
.AnyTagClassName
{
color: #F08A6D;
}
</style>
background-color css
<style>
a { background-color: #F08A6D; }
a { background-color: rgb(240,138,109); }
div.DivClassName
{
background-color: #F08A6D;
}
.BgClassName
{
background-color: #F08A6D;
}
</style>
border-color css
<style>
span { border-color: #F08A6D; }
span { border-color: rgb(240,138,109); }
td.TdClassName
{
border-color: #F08A6D;
}
.TagClassName
{
border-color: #F08A6D;
}
</style>