Shades of Salmon #F07E6C
Tints of Salmon #F07E6C
RGB
CMYK
RGB Variations
Color information
#F07E6C (or 0xF07E6C) is known color: Salmon. HEX triplet: F0, 7E and 6C. RGB value is (240,126,108). Sum of RGB (Red+Green+Blue) = 240+126+108=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E6C is #0F8193. Grayscale: #9E9E9E. Windows color (decimal): -1016212 or 7110384. OLE color: 7110384.
HSL color Cylindrical-coordinate representation of color #F07E6C: hue angle of 8.18º 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 #F07E6C is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 108 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.06 |
| HSL | 8.18º | 0.81% | 0.68% | - |
| HSV(B) | 8.18º | 0.55% | 0.94% | - |
| XYZ | 46.1 | 34.53 | 18.42 | - |
| YUV | 158.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 108 | 0 | 0.48 | 0.55 | 0.06 | 8.18 | 0.81 | 0.68 |
| Hex | F0 | 7E | 6C | 0 | 30 | 37 | 6 | 8 | 51 | 44 |
| Octal | 360 | 176 | 154 | 0 | 60 | 67 | 6 | 10 | 121 | 104 |
| Binary | 11110000 | 1111110 | 1101100 | 0 | 110000 | 110111 | 110 | 1000 | 1010001 | 1000100 |
Color Harmonies of #F07E6C
Complementary color
Monochromatic Colors of #F07E6C
Black with #F07E6C
Text Example
Text Example
White with #F07E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E6C; }
p { color: rgb(240,126,108); }
H1.HeaderClassName
{
color: #F07E6C;
}
.AnyTagClassName
{
color: #F07E6C;
}
</style>
background-color css
<style>
a { background-color: #F07E6C; }
a { background-color: rgb(240,126,108); }
div.DivClassName
{
background-color: #F07E6C;
}
.BgClassName
{
background-color: #F07E6C;
}
</style>
border-color css
<style>
span { border-color: #F07E6C; }
span { border-color: rgb(240,126,108); }
td.TdClassName
{
border-color: #F07E6C;
}
.TagClassName
{
border-color: #F07E6C;
}
</style>