Shades of Salmon #F68062
Tints of Salmon #F68062
RGB
CMYK
RGB Variations
Color information
#F68062 (or 0xF68062) is known color: Salmon. HEX triplet: F6, 80 and 62. RGB value is (246,128,98). Sum of RGB (Red+Green+Blue) = 246+128+98=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F68062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68062 is #097F9D. Grayscale: #A0A0A0. Windows color (decimal): -622494 or 6455542. OLE color: 6455542.
HSL color Cylindrical-coordinate representation of color #F68062: hue angle of 12.16º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F68062 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 98 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.04 |
| HSL | 12.16º | 0.89% | 0.67% | - |
| HSV(B) | 12.16º | 0.6% | 0.96% | - |
| XYZ | 47.93 | 35.91 | 15.96 | - |
| YUV | 159.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 98 | 0 | 0.48 | 0.60 | 0.04 | 12.16 | 0.89 | 0.67 |
| Hex | F6 | 80 | 62 | 0 | 30 | 3C | 4 | C | 59 | 43 |
| Octal | 366 | 200 | 142 | 0 | 60 | 74 | 4 | 14 | 131 | 103 |
| Binary | 11110110 | 10000000 | 1100010 | 0 | 110000 | 111100 | 100 | 1100 | 1011001 | 1000011 |
Color Harmonies of #F68062
Complementary color
Monochromatic Colors of #F68062
Black with #F68062
Text Example
Text Example
White with #F68062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68062; }
p { color: rgb(246,128,98); }
H1.HeaderClassName
{
color: #F68062;
}
.AnyTagClassName
{
color: #F68062;
}
</style>
background-color css
<style>
a { background-color: #F68062; }
a { background-color: rgb(246,128,98); }
div.DivClassName
{
background-color: #F68062;
}
.BgClassName
{
background-color: #F68062;
}
</style>
border-color css
<style>
span { border-color: #F68062; }
span { border-color: rgb(246,128,98); }
td.TdClassName
{
border-color: #F68062;
}
.TagClassName
{
border-color: #F68062;
}
</style>