Shades of Salmon #FF8E73
Tints of Salmon #FF8E73
RGB
CMYK
RGB Variations
Color information
#FF8E73 (or 0xFF8E73) is known color: Salmon. HEX triplet: FF, 8E and 73. RGB value is (255,142,115). Sum of RGB (Red+Green+Blue) = 255+142+115=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E73 is #00718C. Grayscale: #ACACAC. Windows color (decimal): -29069 or 7573247. OLE color: 7573247.
HSL color Cylindrical-coordinate representation of color #FF8E73: hue angle of 11.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8E73 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 115 | - |
| CMYK | 0 | 0.44 | 0.55 | 0 |
| HSL | 11.57º | 1% | 0.73% | - |
| HSV(B) | 11.57º | 0.55% | 1% | - |
| XYZ | 54.01 | 41.84 | 21.45 | - |
| YUV | 172.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 115 | 0 | 0.44 | 0.55 | 0 | 11.57 | 1 | 0.73 |
| Hex | FF | 8E | 73 | 0 | 2C | 37 | 0 | C | 64 | 49 |
| Octal | 377 | 216 | 163 | 0 | 54 | 67 | 0 | 14 | 144 | 111 |
| Binary | 11111111 | 10001110 | 1110011 | 0 | 101100 | 110111 | 0 | 1100 | 1100100 | 1001001 |
Color Harmonies of #FF8E73
Complementary color
Monochromatic Colors of #FF8E73
Black with #FF8E73
Text Example
Text Example
White with #FF8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E73; }
p { color: rgb(255,142,115); }
H1.HeaderClassName
{
color: #FF8E73;
}
.AnyTagClassName
{
color: #FF8E73;
}
</style>
background-color css
<style>
a { background-color: #FF8E73; }
a { background-color: rgb(255,142,115); }
div.DivClassName
{
background-color: #FF8E73;
}
.BgClassName
{
background-color: #FF8E73;
}
</style>
border-color css
<style>
span { border-color: #FF8E73; }
span { border-color: rgb(255,142,115); }
td.TdClassName
{
border-color: #FF8E73;
}
.TagClassName
{
border-color: #FF8E73;
}
</style>