Shades of Salmon #F07E66
Tints of Salmon #F07E66
RGB
CMYK
RGB Variations
Color information
#F07E66 (or 0xF07E66) is known color: Salmon. HEX triplet: F0, 7E and 66. RGB value is (240,126,102). Sum of RGB (Red+Green+Blue) = 240+126+102=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E66 is #0F8199. Grayscale: #9D9D9D. Windows color (decimal): -1016218 or 6717168. OLE color: 6717168.
HSL color Cylindrical-coordinate representation of color #F07E66: hue angle of 10.43º 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 #F07E66 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 102 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.06 |
| HSL | 10.43º | 0.82% | 0.67% | - |
| HSV(B) | 10.43º | 0.58% | 0.94% | - |
| XYZ | 45.79 | 34.41 | 16.8 | - |
| YUV | 157.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 102 | 0 | 0.48 | 0.58 | 0.06 | 10.43 | 0.82 | 0.67 |
| Hex | F0 | 7E | 66 | 0 | 30 | 3A | 6 | A | 52 | 43 |
| Octal | 360 | 176 | 146 | 0 | 60 | 72 | 6 | 12 | 122 | 103 |
| Binary | 11110000 | 1111110 | 1100110 | 0 | 110000 | 111010 | 110 | 1010 | 1010010 | 1000011 |
Color Harmonies of #F07E66
Complementary color
Monochromatic Colors of #F07E66
Black with #F07E66
Text Example
Text Example
White with #F07E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E66; }
p { color: rgb(240,126,102); }
H1.HeaderClassName
{
color: #F07E66;
}
.AnyTagClassName
{
color: #F07E66;
}
</style>
background-color css
<style>
a { background-color: #F07E66; }
a { background-color: rgb(240,126,102); }
div.DivClassName
{
background-color: #F07E66;
}
.BgClassName
{
background-color: #F07E66;
}
</style>
border-color css
<style>
span { border-color: #F07E66; }
span { border-color: rgb(240,126,102); }
td.TdClassName
{
border-color: #F07E66;
}
.TagClassName
{
border-color: #F07E66;
}
</style>