Shades of Salmon #F5877A
Tints of Salmon #F5877A
RGB
CMYK
RGB Variations
Color information
#F5877A (or 0xF5877A) is known color: Salmon. HEX triplet: F5, 87 and 7A. RGB value is (245,135,122). Sum of RGB (Red+Green+Blue) = 245+135+122=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5877A is #0A7885. Grayscale: #A6A6A6. Windows color (decimal): -686214 or 8030197. OLE color: 8030197.
HSL color Cylindrical-coordinate representation of color #F5877A: hue angle of 6.34º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5877A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 122 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.04 |
| HSL | 6.34º | 0.86% | 0.72% | - |
| HSV(B) | 6.34º | 0.5% | 0.96% | - |
| XYZ | 49.83 | 38.15 | 23.15 | - |
| YUV | 166.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 122 | 0 | 0.45 | 0.50 | 0.04 | 6.34 | 0.86 | 0.72 |
| Hex | F5 | 87 | 7A | 0 | 2D | 32 | 4 | 6 | 56 | 48 |
| Octal | 365 | 207 | 172 | 0 | 55 | 62 | 4 | 6 | 126 | 110 |
| Binary | 11110101 | 10000111 | 1111010 | 0 | 101101 | 110010 | 100 | 110 | 1010110 | 1001000 |
Color Harmonies of #F5877A
Complementary color
Monochromatic Colors of #F5877A
Black with #F5877A
Text Example
Text Example
White with #F5877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5877A; }
p { color: rgb(245,135,122); }
H1.HeaderClassName
{
color: #F5877A;
}
.AnyTagClassName
{
color: #F5877A;
}
</style>
background-color css
<style>
a { background-color: #F5877A; }
a { background-color: rgb(245,135,122); }
div.DivClassName
{
background-color: #F5877A;
}
.BgClassName
{
background-color: #F5877A;
}
</style>
border-color css
<style>
span { border-color: #F5877A; }
span { border-color: rgb(245,135,122); }
td.TdClassName
{
border-color: #F5877A;
}
.TagClassName
{
border-color: #F5877A;
}
</style>