Shades of Salmon #F8756E
Tints of Salmon #F8756E
RGB
CMYK
RGB Variations
Color information
#F8756E (or 0xF8756E) is known color: Salmon. HEX triplet: F8, 75 and 6E. RGB value is (248,117,110). Sum of RGB (Red+Green+Blue) = 248+117+110=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8756E is #078A91. Grayscale: #9B9B9B. Windows color (decimal): -494226 or 7239160. OLE color: 7239160.
HSL color Cylindrical-coordinate representation of color #F8756E: hue angle of 3.04º 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 #F8756E is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 110 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.03 |
| HSL | 3.04º | 0.91% | 0.7% | - |
| HSV(B) | 3.04º | 0.56% | 0.97% | - |
| XYZ | 47.89 | 33.8 | 18.75 | - |
| YUV | 155.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 110 | 0 | 0.53 | 0.56 | 0.03 | 3.04 | 0.91 | 0.7 |
| Hex | F8 | 75 | 6E | 0 | 35 | 38 | 3 | 3 | 5B | 46 |
| Octal | 370 | 165 | 156 | 0 | 65 | 70 | 3 | 3 | 133 | 106 |
| Binary | 11111000 | 1110101 | 1101110 | 0 | 110101 | 111000 | 11 | 11 | 1011011 | 1000110 |
Color Harmonies of #F8756E
Complementary color
Monochromatic Colors of #F8756E
Black with #F8756E
Text Example
Text Example
White with #F8756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8756E; }
p { color: rgb(248,117,110); }
H1.HeaderClassName
{
color: #F8756E;
}
.AnyTagClassName
{
color: #F8756E;
}
</style>
background-color css
<style>
a { background-color: #F8756E; }
a { background-color: rgb(248,117,110); }
div.DivClassName
{
background-color: #F8756E;
}
.BgClassName
{
background-color: #F8756E;
}
</style>
border-color css
<style>
span { border-color: #F8756E; }
span { border-color: rgb(248,117,110); }
td.TdClassName
{
border-color: #F8756E;
}
.TagClassName
{
border-color: #F8756E;
}
</style>