Shades of Salmon #F57E6F
Tints of Salmon #F57E6F
RGB
CMYK
RGB Variations
Color information
#F57E6F (or 0xF57E6F) is known color: Salmon. HEX triplet: F5, 7E and 6F. RGB value is (245,126,111). Sum of RGB (Red+Green+Blue) = 245+126+111=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57E6F is #0A8190. Grayscale: #A0A0A0. Windows color (decimal): -688529 or 7306997. OLE color: 7306997.
HSL color Cylindrical-coordinate representation of color #F57E6F: hue angle of 6.72º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F57E6F is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 111 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.04 |
| HSL | 6.72º | 0.87% | 0.7% | - |
| HSV(B) | 6.72º | 0.55% | 0.96% | - |
| XYZ | 47.99 | 35.48 | 19.36 | - |
| YUV | 159.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 111 | 0 | 0.49 | 0.55 | 0.04 | 6.72 | 0.87 | 0.7 |
| Hex | F5 | 7E | 6F | 0 | 31 | 37 | 4 | 7 | 57 | 46 |
| Octal | 365 | 176 | 157 | 0 | 61 | 67 | 4 | 7 | 127 | 106 |
| Binary | 11110101 | 1111110 | 1101111 | 0 | 110001 | 110111 | 100 | 111 | 1010111 | 1000110 |
Color Harmonies of #F57E6F
Complementary color
Monochromatic Colors of #F57E6F
Black with #F57E6F
Text Example
Text Example
White with #F57E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57E6F; }
p { color: rgb(245,126,111); }
H1.HeaderClassName
{
color: #F57E6F;
}
.AnyTagClassName
{
color: #F57E6F;
}
</style>
background-color css
<style>
a { background-color: #F57E6F; }
a { background-color: rgb(245,126,111); }
div.DivClassName
{
background-color: #F57E6F;
}
.BgClassName
{
background-color: #F57E6F;
}
</style>
border-color css
<style>
span { border-color: #F57E6F; }
span { border-color: rgb(245,126,111); }
td.TdClassName
{
border-color: #F57E6F;
}
.TagClassName
{
border-color: #F57E6F;
}
</style>