Shades of Salmon #FF8C78
Tints of Salmon #FF8C78
RGB
CMYK
RGB Variations
Color information
#FF8C78 (or 0xFF8C78) is known color: Salmon. HEX triplet: FF, 8C and 78. RGB value is (255,140,120). Sum of RGB (Red+Green+Blue) = 255+140+120=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C78 is #007387. Grayscale: #ACACAC. Windows color (decimal): -29576 or 7900415. OLE color: 7900415.
HSL color Cylindrical-coordinate representation of color #FF8C78: hue angle of 8.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8C78 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 120 | - |
| CMYK | 0 | 0.45 | 0.53 | 0 |
| HSL | 8.89º | 1% | 0.74% | - |
| HSV(B) | 8.89º | 0.53% | 1% | - |
| XYZ | 54.01 | 41.37 | 22.91 | - |
| YUV | 172.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 120 | 0 | 0.45 | 0.53 | 0 | 8.89 | 1 | 0.74 |
| Hex | FF | 8C | 78 | 0 | 2D | 35 | 0 | 9 | 64 | 4A |
| Octal | 377 | 214 | 170 | 0 | 55 | 65 | 0 | 11 | 144 | 112 |
| Binary | 11111111 | 10001100 | 1111000 | 0 | 101101 | 110101 | 0 | 1001 | 1100100 | 1001010 |
Color Harmonies of #FF8C78
Complementary color
Monochromatic Colors of #FF8C78
Black with #FF8C78
Text Example
Text Example
White with #FF8C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C78; }
p { color: rgb(255,140,120); }
H1.HeaderClassName
{
color: #FF8C78;
}
.AnyTagClassName
{
color: #FF8C78;
}
</style>
background-color css
<style>
a { background-color: #FF8C78; }
a { background-color: rgb(255,140,120); }
div.DivClassName
{
background-color: #FF8C78;
}
.BgClassName
{
background-color: #FF8C78;
}
</style>
border-color css
<style>
span { border-color: #FF8C78; }
span { border-color: rgb(255,140,120); }
td.TdClassName
{
border-color: #FF8C78;
}
.TagClassName
{
border-color: #FF8C78;
}
</style>