Shades of Salmon #F58264
Tints of Salmon #F58264
RGB
CMYK
RGB Variations
Color information
#F58264 (or 0xF58264) is known color: Salmon. HEX triplet: F5, 82 and 64. RGB value is (245,130,100). Sum of RGB (Red+Green+Blue) = 245+130+100=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F58264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58264 is #0A7D9B. Grayscale: #A1A1A1. Windows color (decimal): -687516 or 6587125. OLE color: 6587125.
HSL color Cylindrical-coordinate representation of color #F58264: hue angle of 12.41º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F58264 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 100 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.04 |
| HSL | 12.41º | 0.88% | 0.68% | - |
| HSV(B) | 12.41º | 0.59% | 0.96% | - |
| XYZ | 47.94 | 36.3 | 16.54 | - |
| YUV | 160.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 100 | 0 | 0.47 | 0.59 | 0.04 | 12.41 | 0.88 | 0.68 |
| Hex | F5 | 82 | 64 | 0 | 2F | 3B | 4 | C | 58 | 44 |
| Octal | 365 | 202 | 144 | 0 | 57 | 73 | 4 | 14 | 130 | 104 |
| Binary | 11110101 | 10000010 | 1100100 | 0 | 101111 | 111011 | 100 | 1100 | 1011000 | 1000100 |
Color Harmonies of #F58264
Complementary color
Monochromatic Colors of #F58264
Black with #F58264
Text Example
Text Example
White with #F58264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58264; }
p { color: rgb(245,130,100); }
H1.HeaderClassName
{
color: #F58264;
}
.AnyTagClassName
{
color: #F58264;
}
</style>
background-color css
<style>
a { background-color: #F58264; }
a { background-color: rgb(245,130,100); }
div.DivClassName
{
background-color: #F58264;
}
.BgClassName
{
background-color: #F58264;
}
</style>
border-color css
<style>
span { border-color: #F58264; }
span { border-color: rgb(245,130,100); }
td.TdClassName
{
border-color: #F58264;
}
.TagClassName
{
border-color: #F58264;
}
</style>