Shades of Salmon #F07E68
Tints of Salmon #F07E68
RGB
CMYK
RGB Variations
Color information
#F07E68 (or 0xF07E68) is known color: Salmon. HEX triplet: F0, 7E and 68. RGB value is (240,126,104). Sum of RGB (Red+Green+Blue) = 240+126+104=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E68 is #0F8197. Grayscale: #9D9D9D. Windows color (decimal): -1016216 or 6848240. OLE color: 6848240.
HSL color Cylindrical-coordinate representation of color #F07E68: hue angle of 9.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07E68 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 104 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.06 |
| HSL | 9.71º | 0.82% | 0.67% | - |
| HSV(B) | 9.71º | 0.57% | 0.94% | - |
| XYZ | 45.89 | 34.45 | 17.33 | - |
| YUV | 157.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 104 | 0 | 0.48 | 0.57 | 0.06 | 9.71 | 0.82 | 0.67 |
| Hex | F0 | 7E | 68 | 0 | 30 | 39 | 6 | A | 52 | 43 |
| Octal | 360 | 176 | 150 | 0 | 60 | 71 | 6 | 12 | 122 | 103 |
| Binary | 11110000 | 1111110 | 1101000 | 0 | 110000 | 111001 | 110 | 1010 | 1010010 | 1000011 |
Color Harmonies of #F07E68
Complementary color
Monochromatic Colors of #F07E68
Black with #F07E68
Text Example
Text Example
White with #F07E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E68; }
p { color: rgb(240,126,104); }
H1.HeaderClassName
{
color: #F07E68;
}
.AnyTagClassName
{
color: #F07E68;
}
</style>
background-color css
<style>
a { background-color: #F07E68; }
a { background-color: rgb(240,126,104); }
div.DivClassName
{
background-color: #F07E68;
}
.BgClassName
{
background-color: #F07E68;
}
</style>
border-color css
<style>
span { border-color: #F07E68; }
span { border-color: rgb(240,126,104); }
td.TdClassName
{
border-color: #F07E68;
}
.TagClassName
{
border-color: #F07E68;
}
</style>