Shades of Salmon #F58A69
Tints of Salmon #F58A69
RGB
CMYK
RGB Variations
Color information
#F58A69 (or 0xF58A69) is known color: Salmon. HEX triplet: F5, 8A and 69. RGB value is (245,138,105). Sum of RGB (Red+Green+Blue) = 245+138+105=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58A69 is #0A7596. Grayscale: #A6A6A6. Windows color (decimal): -685463 or 6916853. OLE color: 6916853.
HSL color Cylindrical-coordinate representation of color #F58A69: hue angle of 14.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F58A69 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 105 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.04 |
| HSL | 14.14º | 0.88% | 0.69% | - |
| HSV(B) | 14.14º | 0.57% | 0.96% | - |
| XYZ | 49.29 | 38.61 | 18.22 | - |
| YUV | 166.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 105 | 0 | 0.44 | 0.57 | 0.04 | 14.14 | 0.88 | 0.69 |
| Hex | F5 | 8A | 69 | 0 | 2C | 39 | 4 | E | 58 | 45 |
| Octal | 365 | 212 | 151 | 0 | 54 | 71 | 4 | 16 | 130 | 105 |
| Binary | 11110101 | 10001010 | 1101001 | 0 | 101100 | 111001 | 100 | 1110 | 1011000 | 1000101 |
Color Harmonies of #F58A69
Complementary color
Monochromatic Colors of #F58A69
Black with #F58A69
Text Example
Text Example
White with #F58A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A69; }
p { color: rgb(245,138,105); }
H1.HeaderClassName
{
color: #F58A69;
}
.AnyTagClassName
{
color: #F58A69;
}
</style>
background-color css
<style>
a { background-color: #F58A69; }
a { background-color: rgb(245,138,105); }
div.DivClassName
{
background-color: #F58A69;
}
.BgClassName
{
background-color: #F58A69;
}
</style>
border-color css
<style>
span { border-color: #F58A69; }
span { border-color: rgb(245,138,105); }
td.TdClassName
{
border-color: #F58A69;
}
.TagClassName
{
border-color: #F58A69;
}
</style>