Shades of Salmon #F58376
Tints of Salmon #F58376
RGB
CMYK
RGB Variations
Color information
#F58376 (or 0xF58376) is known color: Salmon. HEX triplet: F5, 83 and 76. RGB value is (245,131,118). Sum of RGB (Red+Green+Blue) = 245+131+118=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58376 is #0A7C89. Grayscale: #A3A3A3. Windows color (decimal): -687242 or 7767029. OLE color: 7767029.
HSL color Cylindrical-coordinate representation of color #F58376: hue angle of 6.14º 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 #F58376 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 118 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.04 |
| HSL | 6.14º | 0.86% | 0.71% | - |
| HSV(B) | 6.14º | 0.52% | 0.96% | - |
| XYZ | 49.04 | 36.95 | 21.69 | - |
| YUV | 163.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 118 | 0 | 0.47 | 0.52 | 0.04 | 6.14 | 0.86 | 0.71 |
| Hex | F5 | 83 | 76 | 0 | 2F | 34 | 4 | 6 | 56 | 47 |
| Octal | 365 | 203 | 166 | 0 | 57 | 64 | 4 | 6 | 126 | 107 |
| Binary | 11110101 | 10000011 | 1110110 | 0 | 101111 | 110100 | 100 | 110 | 1010110 | 1000111 |
Color Harmonies of #F58376
Complementary color
Monochromatic Colors of #F58376
Black with #F58376
Text Example
Text Example
White with #F58376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58376; }
p { color: rgb(245,131,118); }
H1.HeaderClassName
{
color: #F58376;
}
.AnyTagClassName
{
color: #F58376;
}
</style>
background-color css
<style>
a { background-color: #F58376; }
a { background-color: rgb(245,131,118); }
div.DivClassName
{
background-color: #F58376;
}
.BgClassName
{
background-color: #F58376;
}
</style>
border-color css
<style>
span { border-color: #F58376; }
span { border-color: rgb(245,131,118); }
td.TdClassName
{
border-color: #F58376;
}
.TagClassName
{
border-color: #F58376;
}
</style>