Shades of Salmon #F07E65
Tints of Salmon #F07E65
RGB
CMYK
RGB Variations
Color information
#F07E65 (or 0xF07E65) is known color: Salmon. HEX triplet: F0, 7E and 65. RGB value is (240,126,101). Sum of RGB (Red+Green+Blue) = 240+126+101=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E65 is #0F819A. Grayscale: #9D9D9D. Windows color (decimal): -1016219 or 6651632. OLE color: 6651632.
HSL color Cylindrical-coordinate representation of color #F07E65: hue angle of 10.79º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F07E65 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 101 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.06 |
| HSL | 10.79º | 0.82% | 0.67% | - |
| HSV(B) | 10.79º | 0.58% | 0.94% | - |
| XYZ | 45.75 | 34.39 | 16.54 | - |
| YUV | 157.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 101 | 0 | 0.48 | 0.58 | 0.06 | 10.79 | 0.82 | 0.67 |
| Hex | F0 | 7E | 65 | 0 | 30 | 3A | 6 | B | 52 | 43 |
| Octal | 360 | 176 | 145 | 0 | 60 | 72 | 6 | 13 | 122 | 103 |
| Binary | 11110000 | 1111110 | 1100101 | 0 | 110000 | 111010 | 110 | 1011 | 1010010 | 1000011 |
Color Harmonies of #F07E65
Complementary color
Monochromatic Colors of #F07E65
Black with #F07E65
Text Example
Text Example
White with #F07E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E65; }
p { color: rgb(240,126,101); }
H1.HeaderClassName
{
color: #F07E65;
}
.AnyTagClassName
{
color: #F07E65;
}
</style>
background-color css
<style>
a { background-color: #F07E65; }
a { background-color: rgb(240,126,101); }
div.DivClassName
{
background-color: #F07E65;
}
.BgClassName
{
background-color: #F07E65;
}
</style>
border-color css
<style>
span { border-color: #F07E65; }
span { border-color: rgb(240,126,101); }
td.TdClassName
{
border-color: #F07E65;
}
.TagClassName
{
border-color: #F07E65;
}
</style>