Shades of Salmon #F67D65
Tints of Salmon #F67D65
RGB
CMYK
RGB Variations
Color information
#F67D65 (or 0xF67D65) is known color: Salmon. HEX triplet: F6, 7D and 65. RGB value is (246,125,101). Sum of RGB (Red+Green+Blue) = 246+125+101=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D65 is #09829A. Grayscale: #9E9E9E. Windows color (decimal): -623259 or 6651382. OLE color: 6651382.
HSL color Cylindrical-coordinate representation of color #F67D65: hue angle of 9.93º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F67D65 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 101 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.04 |
| HSL | 9.93º | 0.89% | 0.68% | - |
| HSV(B) | 9.93º | 0.59% | 0.96% | - |
| XYZ | 47.69 | 35.2 | 16.59 | - |
| YUV | 158.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 101 | 0 | 0.49 | 0.59 | 0.04 | 9.93 | 0.89 | 0.68 |
| Hex | F6 | 7D | 65 | 0 | 31 | 3B | 4 | A | 59 | 44 |
| Octal | 366 | 175 | 145 | 0 | 61 | 73 | 4 | 12 | 131 | 104 |
| Binary | 11110110 | 1111101 | 1100101 | 0 | 110001 | 111011 | 100 | 1010 | 1011001 | 1000100 |
Color Harmonies of #F67D65
Complementary color
Monochromatic Colors of #F67D65
Black with #F67D65
Text Example
Text Example
White with #F67D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D65; }
p { color: rgb(246,125,101); }
H1.HeaderClassName
{
color: #F67D65;
}
.AnyTagClassName
{
color: #F67D65;
}
</style>
background-color css
<style>
a { background-color: #F67D65; }
a { background-color: rgb(246,125,101); }
div.DivClassName
{
background-color: #F67D65;
}
.BgClassName
{
background-color: #F67D65;
}
</style>
border-color css
<style>
span { border-color: #F67D65; }
span { border-color: rgb(246,125,101); }
td.TdClassName
{
border-color: #F67D65;
}
.TagClassName
{
border-color: #F67D65;
}
</style>