Shades of Salmon #F8786F
Tints of Salmon #F8786F
RGB
CMYK
RGB Variations
Color information
#F8786F (or 0xF8786F) is known color: Salmon. HEX triplet: F8, 78 and 6F. RGB value is (248,120,111). Sum of RGB (Red+Green+Blue) = 248+120+111=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F8786F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8786F is #078790. Grayscale: #9D9D9D. Windows color (decimal): -493457 or 7305464. OLE color: 7305464.
HSL color Cylindrical-coordinate representation of color #F8786F: hue angle of 3.94º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8786F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 111 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.03 |
| HSL | 3.94º | 0.91% | 0.7% | - |
| HSV(B) | 3.94º | 0.55% | 0.97% | - |
| XYZ | 48.3 | 34.54 | 19.16 | - |
| YUV | 157.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 111 | 0 | 0.52 | 0.55 | 0.03 | 3.94 | 0.91 | 0.7 |
| Hex | F8 | 78 | 6F | 0 | 34 | 37 | 3 | 4 | 5B | 46 |
| Octal | 370 | 170 | 157 | 0 | 64 | 67 | 3 | 4 | 133 | 106 |
| Binary | 11111000 | 1111000 | 1101111 | 0 | 110100 | 110111 | 11 | 100 | 1011011 | 1000110 |
Color Harmonies of #F8786F
Complementary color
Monochromatic Colors of #F8786F
Black with #F8786F
Text Example
Text Example
White with #F8786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8786F; }
p { color: rgb(248,120,111); }
H1.HeaderClassName
{
color: #F8786F;
}
.AnyTagClassName
{
color: #F8786F;
}
</style>
background-color css
<style>
a { background-color: #F8786F; }
a { background-color: rgb(248,120,111); }
div.DivClassName
{
background-color: #F8786F;
}
.BgClassName
{
background-color: #F8786F;
}
</style>
border-color css
<style>
span { border-color: #F8786F; }
span { border-color: rgb(248,120,111); }
td.TdClassName
{
border-color: #F8786F;
}
.TagClassName
{
border-color: #F8786F;
}
</style>