Shades of Salmon #F58468
Tints of Salmon #F58468
RGB
CMYK
RGB Variations
Color information
#F58468 (or 0xF58468) is known color: Salmon. HEX triplet: F5, 84 and 68. RGB value is (245,132,104). Sum of RGB (Red+Green+Blue) = 245+132+104=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F58468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58468 is #0A7B97. Grayscale: #A2A2A2. Windows color (decimal): -687000 or 6849781. OLE color: 6849781.
HSL color Cylindrical-coordinate representation of color #F58468: hue angle of 11.91º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F58468 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 104 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.04 |
| HSL | 11.91º | 0.88% | 0.68% | - |
| HSV(B) | 11.91º | 0.58% | 0.96% | - |
| XYZ | 48.41 | 36.91 | 17.67 | - |
| YUV | 162.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 104 | 0 | 0.46 | 0.58 | 0.04 | 11.91 | 0.88 | 0.68 |
| Hex | F5 | 84 | 68 | 0 | 2E | 3A | 4 | C | 58 | 44 |
| Octal | 365 | 204 | 150 | 0 | 56 | 72 | 4 | 14 | 130 | 104 |
| Binary | 11110101 | 10000100 | 1101000 | 0 | 101110 | 111010 | 100 | 1100 | 1011000 | 1000100 |
Color Harmonies of #F58468
Complementary color
Monochromatic Colors of #F58468
Black with #F58468
Text Example
Text Example
White with #F58468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58468; }
p { color: rgb(245,132,104); }
H1.HeaderClassName
{
color: #F58468;
}
.AnyTagClassName
{
color: #F58468;
}
</style>
background-color css
<style>
a { background-color: #F58468; }
a { background-color: rgb(245,132,104); }
div.DivClassName
{
background-color: #F58468;
}
.BgClassName
{
background-color: #F58468;
}
</style>
border-color css
<style>
span { border-color: #F58468; }
span { border-color: rgb(245,132,104); }
td.TdClassName
{
border-color: #F58468;
}
.TagClassName
{
border-color: #F58468;
}
</style>