Shades of Light Salmon #F7A082
Tints of Light Salmon #F7A082
RGB
CMYK
RGB Variations
Color information
#F7A082 (or 0xF7A082) is known color: Light Salmon. HEX triplet: F7, A0 and 82. RGB value is (247,160,130). Sum of RGB (Red+Green+Blue) = 247+160+130=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A082 is #085F7D. Grayscale: #B6B6B6. Windows color (decimal): -548734 or 8560887. OLE color: 8560887.
HSL color Cylindrical-coordinate representation of color #F7A082: hue angle of 15.38º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7A082 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 130 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.03 |
| HSL | 15.38º | 0.88% | 0.74% | - |
| HSV(B) | 15.38º | 0.47% | 0.97% | - |
| XYZ | 54.96 | 46.53 | 27.2 | - |
| YUV | 182.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 130 | 0 | 0.35 | 0.47 | 0.03 | 15.38 | 0.88 | 0.74 |
| Hex | F7 | A0 | 82 | 0 | 23 | 2F | 3 | F | 58 | 4A |
| Octal | 367 | 240 | 202 | 0 | 43 | 57 | 3 | 17 | 130 | 112 |
| Binary | 11110111 | 10100000 | 10000010 | 0 | 100011 | 101111 | 11 | 1111 | 1011000 | 1001010 |
Color Harmonies of #F7A082
Complementary color
Monochromatic Colors of #F7A082
Black with #F7A082
Text Example
Text Example
White with #F7A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A082; }
p { color: rgb(247,160,130); }
H1.HeaderClassName
{
color: #F7A082;
}
.AnyTagClassName
{
color: #F7A082;
}
</style>
background-color css
<style>
a { background-color: #F7A082; }
a { background-color: rgb(247,160,130); }
div.DivClassName
{
background-color: #F7A082;
}
.BgClassName
{
background-color: #F7A082;
}
</style>
border-color css
<style>
span { border-color: #F7A082; }
span { border-color: rgb(247,160,130); }
td.TdClassName
{
border-color: #F7A082;
}
.TagClassName
{
border-color: #F7A082;
}
</style>