Shades of Salmon #F8766E
Tints of Salmon #F8766E
RGB
CMYK
RGB Variations
Color information
#F8766E (or 0xF8766E) is known color: Salmon. HEX triplet: F8, 76 and 6E. RGB value is (248,118,110). Sum of RGB (Red+Green+Blue) = 248+118+110=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8766E is #078991. Grayscale: #9C9C9C. Windows color (decimal): -493970 or 7239416. OLE color: 7239416.
HSL color Cylindrical-coordinate representation of color #F8766E: hue angle of 3.48º 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 #F8766E is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 110 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.03 |
| HSL | 3.48º | 0.91% | 0.7% | - |
| HSV(B) | 3.48º | 0.56% | 0.97% | - |
| XYZ | 48 | 34.04 | 18.79 | - |
| YUV | 155.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 110 | 0 | 0.52 | 0.56 | 0.03 | 3.48 | 0.91 | 0.7 |
| Hex | F8 | 76 | 6E | 0 | 34 | 38 | 3 | 3 | 5B | 46 |
| Octal | 370 | 166 | 156 | 0 | 64 | 70 | 3 | 3 | 133 | 106 |
| Binary | 11111000 | 1110110 | 1101110 | 0 | 110100 | 111000 | 11 | 11 | 1011011 | 1000110 |
Color Harmonies of #F8766E
Complementary color
Monochromatic Colors of #F8766E
Black with #F8766E
Text Example
Text Example
White with #F8766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8766E; }
p { color: rgb(248,118,110); }
H1.HeaderClassName
{
color: #F8766E;
}
.AnyTagClassName
{
color: #F8766E;
}
</style>
background-color css
<style>
a { background-color: #F8766E; }
a { background-color: rgb(248,118,110); }
div.DivClassName
{
background-color: #F8766E;
}
.BgClassName
{
background-color: #F8766E;
}
</style>
border-color css
<style>
span { border-color: #F8766E; }
span { border-color: rgb(248,118,110); }
td.TdClassName
{
border-color: #F8766E;
}
.TagClassName
{
border-color: #F8766E;
}
</style>