Shades of Salmon #F78267
Tints of Salmon #F78267
RGB
CMYK
RGB Variations
Color information
#F78267 (or 0xF78267) is known color: Salmon. HEX triplet: F7, 82 and 67. RGB value is (247,130,103). Sum of RGB (Red+Green+Blue) = 247+130+103=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F78267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78267 is #087D98. Grayscale: #A2A2A2. Windows color (decimal): -556441 or 6783735. OLE color: 6783735.
HSL color Cylindrical-coordinate representation of color #F78267: hue angle of 11.25º 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 #F78267 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 103 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.03 |
| HSL | 11.25º | 0.9% | 0.69% | - |
| HSV(B) | 11.25º | 0.58% | 0.97% | - |
| XYZ | 48.79 | 36.72 | 17.35 | - |
| YUV | 161.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 103 | 0 | 0.47 | 0.58 | 0.03 | 11.25 | 0.9 | 0.69 |
| Hex | F7 | 82 | 67 | 0 | 2F | 3A | 3 | B | 5A | 45 |
| Octal | 367 | 202 | 147 | 0 | 57 | 72 | 3 | 13 | 132 | 105 |
| Binary | 11110111 | 10000010 | 1100111 | 0 | 101111 | 111010 | 11 | 1011 | 1011010 | 1000101 |
Color Harmonies of #F78267
Complementary color
Monochromatic Colors of #F78267
Black with #F78267
Text Example
Text Example
White with #F78267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78267; }
p { color: rgb(247,130,103); }
H1.HeaderClassName
{
color: #F78267;
}
.AnyTagClassName
{
color: #F78267;
}
</style>
background-color css
<style>
a { background-color: #F78267; }
a { background-color: rgb(247,130,103); }
div.DivClassName
{
background-color: #F78267;
}
.BgClassName
{
background-color: #F78267;
}
</style>
border-color css
<style>
span { border-color: #F78267; }
span { border-color: rgb(247,130,103); }
td.TdClassName
{
border-color: #F78267;
}
.TagClassName
{
border-color: #F78267;
}
</style>