Shades of Salmon #F87C73
Tints of Salmon #F87C73
RGB
CMYK
RGB Variations
Color information
#F87C73 (or 0xF87C73) is known color: Salmon. HEX triplet: F8, 7C and 73. RGB value is (248,124,115). Sum of RGB (Red+Green+Blue) = 248+124+115=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C73 is #07838C. Grayscale: #A0A0A0. Windows color (decimal): -492429 or 7568632. OLE color: 7568632.
HSL color Cylindrical-coordinate representation of color #F87C73: hue angle of 4.06º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F87C73 is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 115 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.03 |
| HSL | 4.06º | 0.9% | 0.71% | - |
| HSV(B) | 4.06º | 0.54% | 0.97% | - |
| XYZ | 49.01 | 35.61 | 20.51 | - |
| YUV | 160.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 115 | 0 | 0.5 | 0.54 | 0.03 | 4.06 | 0.9 | 0.71 |
| Hex | F8 | 7C | 73 | 0 | 32 | 36 | 3 | 4 | 5A | 47 |
| Octal | 370 | 174 | 163 | 0 | 62 | 66 | 3 | 4 | 132 | 107 |
| Binary | 11111000 | 1111100 | 1110011 | 0 | 110010 | 110110 | 11 | 100 | 1011010 | 1000111 |
Color Harmonies of #F87C73
Complementary color
Monochromatic Colors of #F87C73
Black with #F87C73
Text Example
Text Example
White with #F87C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C73; }
p { color: rgb(248,124,115); }
H1.HeaderClassName
{
color: #F87C73;
}
.AnyTagClassName
{
color: #F87C73;
}
</style>
background-color css
<style>
a { background-color: #F87C73; }
a { background-color: rgb(248,124,115); }
div.DivClassName
{
background-color: #F87C73;
}
.BgClassName
{
background-color: #F87C73;
}
</style>
border-color css
<style>
span { border-color: #F87C73; }
span { border-color: rgb(248,124,115); }
td.TdClassName
{
border-color: #F87C73;
}
.TagClassName
{
border-color: #F87C73;
}
</style>