Shades of Light Salmon #F7A27D
Tints of Light Salmon #F7A27D
RGB
CMYK
RGB Variations
Color information
#F7A27D (or 0xF7A27D) is known color: Light Salmon. HEX triplet: F7, A2 and 7D. RGB value is (247,162,125). Sum of RGB (Red+Green+Blue) = 247+162+125=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A27D is #085D82. Grayscale: #B7B7B7. Windows color (decimal): -548227 or 8233719. OLE color: 8233719.
HSL color Cylindrical-coordinate representation of color #F7A27D: hue angle of 18.2º 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 #F7A27D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 125 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.03 |
| HSL | 18.2º | 0.88% | 0.73% | - |
| HSV(B) | 18.2º | 0.49% | 0.97% | - |
| XYZ | 54.98 | 47.1 | 25.59 | - |
| YUV | 183.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 125 | 0 | 0.34 | 0.49 | 0.03 | 18.2 | 0.88 | 0.73 |
| Hex | F7 | A2 | 7D | 0 | 22 | 31 | 3 | 12 | 58 | 49 |
| Octal | 367 | 242 | 175 | 0 | 42 | 61 | 3 | 22 | 130 | 111 |
| Binary | 11110111 | 10100010 | 1111101 | 0 | 100010 | 110001 | 11 | 10010 | 1011000 | 1001001 |
Color Harmonies of #F7A27D
Complementary color
Monochromatic Colors of #F7A27D
Black with #F7A27D
Text Example
Text Example
White with #F7A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A27D; }
p { color: rgb(247,162,125); }
H1.HeaderClassName
{
color: #F7A27D;
}
.AnyTagClassName
{
color: #F7A27D;
}
</style>
background-color css
<style>
a { background-color: #F7A27D; }
a { background-color: rgb(247,162,125); }
div.DivClassName
{
background-color: #F7A27D;
}
.BgClassName
{
background-color: #F7A27D;
}
</style>
border-color css
<style>
span { border-color: #F7A27D; }
span { border-color: rgb(247,162,125); }
td.TdClassName
{
border-color: #F7A27D;
}
.TagClassName
{
border-color: #F7A27D;
}
</style>