Shades of Light Salmon #F2A077
Tints of Light Salmon #F2A077
RGB
CMYK
RGB Variations
Color information
#F2A077 (or 0xF2A077) is known color: Light Salmon. HEX triplet: F2, A0 and 77. RGB value is (242,160,119). Sum of RGB (Red+Green+Blue) = 242+160+119=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A077 is #0D5F88. Grayscale: #B4B4B4. Windows color (decimal): -876425 or 7839986. OLE color: 7839986.
HSL color Cylindrical-coordinate representation of color #F2A077: hue angle of 20º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2A077 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 119 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.05 |
| HSL | 20º | 0.83% | 0.71% | - |
| HSV(B) | 20º | 0.51% | 0.95% | - |
| XYZ | 52.52 | 45.35 | 23.44 | - |
| YUV | 179.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 119 | 0 | 0.34 | 0.51 | 0.05 | 20 | 0.83 | 0.71 |
| Hex | F2 | A0 | 77 | 0 | 22 | 33 | 5 | 14 | 53 | 47 |
| Octal | 362 | 240 | 167 | 0 | 42 | 63 | 5 | 24 | 123 | 107 |
| Binary | 11110010 | 10100000 | 1110111 | 0 | 100010 | 110011 | 101 | 10100 | 1010011 | 1000111 |
Color Harmonies of #F2A077
Complementary color
Monochromatic Colors of #F2A077
Black with #F2A077
Text Example
Text Example
White with #F2A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A077; }
p { color: rgb(242,160,119); }
H1.HeaderClassName
{
color: #F2A077;
}
.AnyTagClassName
{
color: #F2A077;
}
</style>
background-color css
<style>
a { background-color: #F2A077; }
a { background-color: rgb(242,160,119); }
div.DivClassName
{
background-color: #F2A077;
}
.BgClassName
{
background-color: #F2A077;
}
</style>
border-color css
<style>
span { border-color: #F2A077; }
span { border-color: rgb(242,160,119); }
td.TdClassName
{
border-color: #F2A077;
}
.TagClassName
{
border-color: #F2A077;
}
</style>