Shades of Salmon #F68263
Tints of Salmon #F68263
RGB
CMYK
RGB Variations
Color information
#F68263 (or 0xF68263) is known color: Salmon. HEX triplet: F6, 82 and 63. RGB value is (246,130,99). Sum of RGB (Red+Green+Blue) = 246+130+99=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F68263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68263 is #097D9C. Grayscale: #A1A1A1. Windows color (decimal): -621981 or 6521590. OLE color: 6521590.
HSL color Cylindrical-coordinate representation of color #F68263: hue angle of 12.65º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F68263 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 99 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.04 |
| HSL | 12.65º | 0.89% | 0.68% | - |
| HSV(B) | 12.65º | 0.6% | 0.96% | - |
| XYZ | 48.24 | 36.46 | 16.3 | - |
| YUV | 161.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 99 | 0 | 0.47 | 0.60 | 0.04 | 12.65 | 0.89 | 0.68 |
| Hex | F6 | 82 | 63 | 0 | 2F | 3C | 4 | D | 59 | 44 |
| Octal | 366 | 202 | 143 | 0 | 57 | 74 | 4 | 15 | 131 | 104 |
| Binary | 11110110 | 10000010 | 1100011 | 0 | 101111 | 111100 | 100 | 1101 | 1011001 | 1000100 |
Color Harmonies of #F68263
Complementary color
Monochromatic Colors of #F68263
Black with #F68263
Text Example
Text Example
White with #F68263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68263; }
p { color: rgb(246,130,99); }
H1.HeaderClassName
{
color: #F68263;
}
.AnyTagClassName
{
color: #F68263;
}
</style>
background-color css
<style>
a { background-color: #F68263; }
a { background-color: rgb(246,130,99); }
div.DivClassName
{
background-color: #F68263;
}
.BgClassName
{
background-color: #F68263;
}
</style>
border-color css
<style>
span { border-color: #F68263; }
span { border-color: rgb(246,130,99); }
td.TdClassName
{
border-color: #F68263;
}
.TagClassName
{
border-color: #F68263;
}
</style>