Shades of Salmon #F07E6D
Tints of Salmon #F07E6D
RGB
CMYK
RGB Variations
Color information
#F07E6D (or 0xF07E6D) is known color: Salmon. HEX triplet: F0, 7E and 6D. RGB value is (240,126,109). Sum of RGB (Red+Green+Blue) = 240+126+109=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E6D is #0F8192. Grayscale: #9E9E9E. Windows color (decimal): -1016211 or 7175920. OLE color: 7175920.
HSL color Cylindrical-coordinate representation of color #F07E6D: hue angle of 7.79º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F07E6D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 109 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.06 |
| HSL | 7.79º | 0.81% | 0.68% | - |
| HSV(B) | 7.79º | 0.55% | 0.94% | - |
| XYZ | 46.16 | 34.55 | 18.7 | - |
| YUV | 158.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 109 | 0 | 0.48 | 0.55 | 0.06 | 7.79 | 0.81 | 0.68 |
| Hex | F0 | 7E | 6D | 0 | 30 | 37 | 6 | 8 | 51 | 44 |
| Octal | 360 | 176 | 155 | 0 | 60 | 67 | 6 | 10 | 121 | 104 |
| Binary | 11110000 | 1111110 | 1101101 | 0 | 110000 | 110111 | 110 | 1000 | 1010001 | 1000100 |
Color Harmonies of #F07E6D
Complementary color
Monochromatic Colors of #F07E6D
Black with #F07E6D
Text Example
Text Example
White with #F07E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E6D; }
p { color: rgb(240,126,109); }
H1.HeaderClassName
{
color: #F07E6D;
}
.AnyTagClassName
{
color: #F07E6D;
}
</style>
background-color css
<style>
a { background-color: #F07E6D; }
a { background-color: rgb(240,126,109); }
div.DivClassName
{
background-color: #F07E6D;
}
.BgClassName
{
background-color: #F07E6D;
}
</style>
border-color css
<style>
span { border-color: #F07E6D; }
span { border-color: rgb(240,126,109); }
td.TdClassName
{
border-color: #F07E6D;
}
.TagClassName
{
border-color: #F07E6D;
}
</style>