Shades of Salmon #F58476
Tints of Salmon #F58476
RGB
CMYK
RGB Variations
Color information
#F58476 (or 0xF58476) is known color: Salmon. HEX triplet: F5, 84 and 76. RGB value is (245,132,118). Sum of RGB (Red+Green+Blue) = 245+132+118=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58476 is #0A7B89. Grayscale: #A4A4A4. Windows color (decimal): -686986 or 7767285. OLE color: 7767285.
HSL color Cylindrical-coordinate representation of color #F58476: hue angle of 6.61º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F58476 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 118 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.04 |
| HSL | 6.61º | 0.86% | 0.71% | - |
| HSV(B) | 6.61º | 0.52% | 0.96% | - |
| XYZ | 49.18 | 37.22 | 21.73 | - |
| YUV | 164.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 118 | 0 | 0.46 | 0.52 | 0.04 | 6.61 | 0.86 | 0.71 |
| Hex | F5 | 84 | 76 | 0 | 2E | 34 | 4 | 7 | 56 | 47 |
| Octal | 365 | 204 | 166 | 0 | 56 | 64 | 4 | 7 | 126 | 107 |
| Binary | 11110101 | 10000100 | 1110110 | 0 | 101110 | 110100 | 100 | 111 | 1010110 | 1000111 |
Color Harmonies of #F58476
Complementary color
Monochromatic Colors of #F58476
Black with #F58476
Text Example
Text Example
White with #F58476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58476; }
p { color: rgb(245,132,118); }
H1.HeaderClassName
{
color: #F58476;
}
.AnyTagClassName
{
color: #F58476;
}
</style>
background-color css
<style>
a { background-color: #F58476; }
a { background-color: rgb(245,132,118); }
div.DivClassName
{
background-color: #F58476;
}
.BgClassName
{
background-color: #F58476;
}
</style>
border-color css
<style>
span { border-color: #F58476; }
span { border-color: rgb(245,132,118); }
td.TdClassName
{
border-color: #F58476;
}
.TagClassName
{
border-color: #F58476;
}
</style>