Shades of Salmon #F67E6B
Tints of Salmon #F67E6B
RGB
CMYK
RGB Variations
Color information
#F67E6B (or 0xF67E6B) is known color: Salmon. HEX triplet: F6, 7E and 6B. RGB value is (246,126,107). Sum of RGB (Red+Green+Blue) = 246+126+107=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E6B is #098194. Grayscale: #9F9F9F. Windows color (decimal): -622997 or 7044854. OLE color: 7044854.
HSL color Cylindrical-coordinate representation of color #F67E6B: hue angle of 8.2º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F67E6B is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 107 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.04 |
| HSL | 8.2º | 0.89% | 0.69% | - |
| HSV(B) | 8.2º | 0.57% | 0.96% | - |
| XYZ | 48.12 | 35.58 | 18.24 | - |
| YUV | 159.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 107 | 0 | 0.49 | 0.57 | 0.04 | 8.2 | 0.89 | 0.69 |
| Hex | F6 | 7E | 6B | 0 | 31 | 39 | 4 | 8 | 59 | 45 |
| Octal | 366 | 176 | 153 | 0 | 61 | 71 | 4 | 10 | 131 | 105 |
| Binary | 11110110 | 1111110 | 1101011 | 0 | 110001 | 111001 | 100 | 1000 | 1011001 | 1000101 |
Color Harmonies of #F67E6B
Complementary color
Monochromatic Colors of #F67E6B
Black with #F67E6B
Text Example
Text Example
White with #F67E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67E6B; }
p { color: rgb(246,126,107); }
H1.HeaderClassName
{
color: #F67E6B;
}
.AnyTagClassName
{
color: #F67E6B;
}
</style>
background-color css
<style>
a { background-color: #F67E6B; }
a { background-color: rgb(246,126,107); }
div.DivClassName
{
background-color: #F67E6B;
}
.BgClassName
{
background-color: #F67E6B;
}
</style>
border-color css
<style>
span { border-color: #F67E6B; }
span { border-color: rgb(246,126,107); }
td.TdClassName
{
border-color: #F67E6B;
}
.TagClassName
{
border-color: #F67E6B;
}
</style>