Shades of Light Salmon #F7A37D
Tints of Light Salmon #F7A37D
RGB
CMYK
RGB Variations
Color information
#F7A37D (or 0xF7A37D) is known color: Light Salmon. HEX triplet: F7, A3 and 7D. RGB value is (247,163,125). Sum of RGB (Red+Green+Blue) = 247+163+125=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A37D is #085C82. Grayscale: #B8B8B8. Windows color (decimal): -547971 or 8233975. OLE color: 8233975.
HSL color Cylindrical-coordinate representation of color #F7A37D: hue angle of 18.69º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7A37D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 125 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.03 |
| HSL | 18.69º | 0.88% | 0.73% | - |
| HSV(B) | 18.69º | 0.49% | 0.97% | - |
| XYZ | 55.16 | 47.45 | 25.65 | - |
| YUV | 183.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 125 | 0 | 0.34 | 0.49 | 0.03 | 18.69 | 0.88 | 0.73 |
| Hex | F7 | A3 | 7D | 0 | 22 | 31 | 3 | 13 | 58 | 49 |
| Octal | 367 | 243 | 175 | 0 | 42 | 61 | 3 | 23 | 130 | 111 |
| Binary | 11110111 | 10100011 | 1111101 | 0 | 100010 | 110001 | 11 | 10011 | 1011000 | 1001001 |
Color Harmonies of #F7A37D
Complementary color
Monochromatic Colors of #F7A37D
Black with #F7A37D
Text Example
Text Example
White with #F7A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A37D; }
p { color: rgb(247,163,125); }
H1.HeaderClassName
{
color: #F7A37D;
}
.AnyTagClassName
{
color: #F7A37D;
}
</style>
background-color css
<style>
a { background-color: #F7A37D; }
a { background-color: rgb(247,163,125); }
div.DivClassName
{
background-color: #F7A37D;
}
.BgClassName
{
background-color: #F7A37D;
}
</style>
border-color css
<style>
span { border-color: #F7A37D; }
span { border-color: rgb(247,163,125); }
td.TdClassName
{
border-color: #F7A37D;
}
.TagClassName
{
border-color: #F7A37D;
}
</style>