Shades of Light Salmon #F7A078
Tints of Light Salmon #F7A078
RGB
CMYK
RGB Variations
Color information
#F7A078 (or 0xF7A078) is known color: Light Salmon. HEX triplet: F7, A0 and 78. RGB value is (247,160,120). Sum of RGB (Red+Green+Blue) = 247+160+120=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A078 is #085F87. Grayscale: #B5B5B5. Windows color (decimal): -548744 or 7905527. OLE color: 7905527.
HSL color Cylindrical-coordinate representation of color #F7A078: hue angle of 18.9º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7A078 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 120 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.03 |
| HSL | 18.9º | 0.89% | 0.72% | - |
| HSV(B) | 18.9º | 0.51% | 0.97% | - |
| XYZ | 54.32 | 46.27 | 23.84 | - |
| YUV | 181.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 120 | 0 | 0.35 | 0.51 | 0.03 | 18.9 | 0.89 | 0.72 |
| Hex | F7 | A0 | 78 | 0 | 23 | 33 | 3 | 13 | 59 | 48 |
| Octal | 367 | 240 | 170 | 0 | 43 | 63 | 3 | 23 | 131 | 110 |
| Binary | 11110111 | 10100000 | 1111000 | 0 | 100011 | 110011 | 11 | 10011 | 1011001 | 1001000 |
Color Harmonies of #F7A078
Complementary color
Monochromatic Colors of #F7A078
Black with #F7A078
Text Example
Text Example
White with #F7A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A078; }
p { color: rgb(247,160,120); }
H1.HeaderClassName
{
color: #F7A078;
}
.AnyTagClassName
{
color: #F7A078;
}
</style>
background-color css
<style>
a { background-color: #F7A078; }
a { background-color: rgb(247,160,120); }
div.DivClassName
{
background-color: #F7A078;
}
.BgClassName
{
background-color: #F7A078;
}
</style>
border-color css
<style>
span { border-color: #F7A078; }
span { border-color: rgb(247,160,120); }
td.TdClassName
{
border-color: #F7A078;
}
.TagClassName
{
border-color: #F7A078;
}
</style>