Shades of Salmon #F78867
Tints of Salmon #F78867
RGB
CMYK
RGB Variations
Color information
#F78867 (or 0xF78867) is known color: Salmon. HEX triplet: F7, 88 and 67. RGB value is (247,136,103). Sum of RGB (Red+Green+Blue) = 247+136+103=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F78867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78867 is #087798. Grayscale: #A5A5A5. Windows color (decimal): -554905 or 6785271. OLE color: 6785271.
HSL color Cylindrical-coordinate representation of color #F78867: hue angle of 13.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F78867 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 103 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.03 |
| HSL | 13.75º | 0.9% | 0.69% | - |
| HSV(B) | 13.75º | 0.58% | 0.97% | - |
| XYZ | 49.61 | 38.36 | 17.62 | - |
| YUV | 165.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 103 | 0 | 0.45 | 0.58 | 0.03 | 13.75 | 0.9 | 0.69 |
| Hex | F7 | 88 | 67 | 0 | 2D | 3A | 3 | E | 5A | 45 |
| Octal | 367 | 210 | 147 | 0 | 55 | 72 | 3 | 16 | 132 | 105 |
| Binary | 11110111 | 10001000 | 1100111 | 0 | 101101 | 111010 | 11 | 1110 | 1011010 | 1000101 |
Color Harmonies of #F78867
Complementary color
Monochromatic Colors of #F78867
Black with #F78867
Text Example
Text Example
White with #F78867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78867; }
p { color: rgb(247,136,103); }
H1.HeaderClassName
{
color: #F78867;
}
.AnyTagClassName
{
color: #F78867;
}
</style>
background-color css
<style>
a { background-color: #F78867; }
a { background-color: rgb(247,136,103); }
div.DivClassName
{
background-color: #F78867;
}
.BgClassName
{
background-color: #F78867;
}
</style>
border-color css
<style>
span { border-color: #F78867; }
span { border-color: rgb(247,136,103); }
td.TdClassName
{
border-color: #F78867;
}
.TagClassName
{
border-color: #F78867;
}
</style>