Shades of Salmon #F78C7B
Tints of Salmon #F78C7B
RGB
CMYK
RGB Variations
Color information
#F78C7B (or 0xF78C7B) is known color: Salmon. HEX triplet: F7, 8C and 7B. RGB value is (247,140,123). Sum of RGB (Red+Green+Blue) = 247+140+123=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78C7B is #087384. Grayscale: #AAAAAA. Windows color (decimal): -553861 or 8097015. OLE color: 8097015.
HSL color Cylindrical-coordinate representation of color #F78C7B: hue angle of 8.23º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F78C7B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 123 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.03 |
| HSL | 8.23º | 0.89% | 0.73% | - |
| HSV(B) | 8.23º | 0.5% | 0.97% | - |
| XYZ | 51.31 | 39.96 | 23.75 | - |
| YUV | 170.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 123 | 0 | 0.43 | 0.50 | 0.03 | 8.23 | 0.89 | 0.73 |
| Hex | F7 | 8C | 7B | 0 | 2B | 32 | 3 | 8 | 59 | 49 |
| Octal | 367 | 214 | 173 | 0 | 53 | 62 | 3 | 10 | 131 | 111 |
| Binary | 11110111 | 10001100 | 1111011 | 0 | 101011 | 110010 | 11 | 1000 | 1011001 | 1001001 |
Color Harmonies of #F78C7B
Complementary color
Monochromatic Colors of #F78C7B
Black with #F78C7B
Text Example
Text Example
White with #F78C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C7B; }
p { color: rgb(247,140,123); }
H1.HeaderClassName
{
color: #F78C7B;
}
.AnyTagClassName
{
color: #F78C7B;
}
</style>
background-color css
<style>
a { background-color: #F78C7B; }
a { background-color: rgb(247,140,123); }
div.DivClassName
{
background-color: #F78C7B;
}
.BgClassName
{
background-color: #F78C7B;
}
</style>
border-color css
<style>
span { border-color: #F78C7B; }
span { border-color: rgb(247,140,123); }
td.TdClassName
{
border-color: #F78C7B;
}
.TagClassName
{
border-color: #F78C7B;
}
</style>