Shades of Salmon #F87E6D
Tints of Salmon #F87E6D
RGB
CMYK
RGB Variations
Color information
#F87E6D (or 0xF87E6D) is known color: Salmon. HEX triplet: F8, 7E and 6D. RGB value is (248,126,109). Sum of RGB (Red+Green+Blue) = 248+126+109=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87E6D is #078192. Grayscale: #A0A0A0. Windows color (decimal): -491923 or 7175928. OLE color: 7175928.
HSL color Cylindrical-coordinate representation of color #F87E6D: hue angle of 7.34º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F87E6D is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 109 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.03 |
| HSL | 7.34º | 0.91% | 0.7% | - |
| HSV(B) | 7.34º | 0.56% | 0.97% | - |
| XYZ | 48.93 | 35.98 | 18.83 | - |
| YUV | 160.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 109 | 0 | 0.49 | 0.56 | 0.03 | 7.34 | 0.91 | 0.7 |
| Hex | F8 | 7E | 6D | 0 | 31 | 38 | 3 | 7 | 5B | 46 |
| Octal | 370 | 176 | 155 | 0 | 61 | 70 | 3 | 7 | 133 | 106 |
| Binary | 11111000 | 1111110 | 1101101 | 0 | 110001 | 111000 | 11 | 111 | 1011011 | 1000110 |
Color Harmonies of #F87E6D
Complementary color
Monochromatic Colors of #F87E6D
Black with #F87E6D
Text Example
Text Example
White with #F87E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87E6D; }
p { color: rgb(248,126,109); }
H1.HeaderClassName
{
color: #F87E6D;
}
.AnyTagClassName
{
color: #F87E6D;
}
</style>
background-color css
<style>
a { background-color: #F87E6D; }
a { background-color: rgb(248,126,109); }
div.DivClassName
{
background-color: #F87E6D;
}
.BgClassName
{
background-color: #F87E6D;
}
</style>
border-color css
<style>
span { border-color: #F87E6D; }
span { border-color: rgb(248,126,109); }
td.TdClassName
{
border-color: #F87E6D;
}
.TagClassName
{
border-color: #F87E6D;
}
</style>