Shades of Light Salmon #F5A07A
Tints of Light Salmon #F5A07A
RGB
CMYK
RGB Variations
Color information
#F5A07A (or 0xF5A07A) is known color: Light Salmon. HEX triplet: F5, A0 and 7A. RGB value is (245,160,122). Sum of RGB (Red+Green+Blue) = 245+160+122=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A07A is #0A5F85. Grayscale: #B5B5B5. Windows color (decimal): -679814 or 8036597. OLE color: 8036597.
HSL color Cylindrical-coordinate representation of color #F5A07A: hue angle of 18.54º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5A07A is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 122 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.04 |
| HSL | 18.54º | 0.86% | 0.72% | - |
| HSV(B) | 18.54º | 0.5% | 0.96% | - |
| XYZ | 53.74 | 45.96 | 24.45 | - |
| YUV | 181.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 122 | 0 | 0.35 | 0.50 | 0.04 | 18.54 | 0.86 | 0.72 |
| Hex | F5 | A0 | 7A | 0 | 23 | 32 | 4 | 13 | 56 | 48 |
| Octal | 365 | 240 | 172 | 0 | 43 | 62 | 4 | 23 | 126 | 110 |
| Binary | 11110101 | 10100000 | 1111010 | 0 | 100011 | 110010 | 100 | 10011 | 1010110 | 1001000 |
Color Harmonies of #F5A07A
Complementary color
Monochromatic Colors of #F5A07A
Black with #F5A07A
Text Example
Text Example
White with #F5A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A07A; }
p { color: rgb(245,160,122); }
H1.HeaderClassName
{
color: #F5A07A;
}
.AnyTagClassName
{
color: #F5A07A;
}
</style>
background-color css
<style>
a { background-color: #F5A07A; }
a { background-color: rgb(245,160,122); }
div.DivClassName
{
background-color: #F5A07A;
}
.BgClassName
{
background-color: #F5A07A;
}
</style>
border-color css
<style>
span { border-color: #F5A07A; }
span { border-color: rgb(245,160,122); }
td.TdClassName
{
border-color: #F5A07A;
}
.TagClassName
{
border-color: #F5A07A;
}
</style>