Shades of Salmon #F08676
Tints of Salmon #F08676
RGB
CMYK
RGB Variations
Color information
#F08676 (or 0xF08676) is known color: Salmon. HEX triplet: F0, 86 and 76. RGB value is (240,134,118). Sum of RGB (Red+Green+Blue) = 240+134+118=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F08676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08676 is #0F7989. Grayscale: #A4A4A4. Windows color (decimal): -1014154 or 7767792. OLE color: 7767792.
HSL color Cylindrical-coordinate representation of color #F08676: hue angle of 7.87º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F08676 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 118 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.06 |
| HSL | 7.87º | 0.8% | 0.7% | - |
| HSV(B) | 7.87º | 0.51% | 0.94% | - |
| XYZ | 47.73 | 36.88 | 21.74 | - |
| YUV | 163.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 118 | 0 | 0.44 | 0.51 | 0.06 | 7.87 | 0.8 | 0.7 |
| Hex | F0 | 86 | 76 | 0 | 2C | 33 | 6 | 8 | 50 | 46 |
| Octal | 360 | 206 | 166 | 0 | 54 | 63 | 6 | 10 | 120 | 106 |
| Binary | 11110000 | 10000110 | 1110110 | 0 | 101100 | 110011 | 110 | 1000 | 1010000 | 1000110 |
Color Harmonies of #F08676
Complementary color
Monochromatic Colors of #F08676
Black with #F08676
Text Example
Text Example
White with #F08676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08676; }
p { color: rgb(240,134,118); }
H1.HeaderClassName
{
color: #F08676;
}
.AnyTagClassName
{
color: #F08676;
}
</style>
background-color css
<style>
a { background-color: #F08676; }
a { background-color: rgb(240,134,118); }
div.DivClassName
{
background-color: #F08676;
}
.BgClassName
{
background-color: #F08676;
}
</style>
border-color css
<style>
span { border-color: #F08676; }
span { border-color: rgb(240,134,118); }
td.TdClassName
{
border-color: #F08676;
}
.TagClassName
{
border-color: #F08676;
}
</style>