Shades of Light Salmon #F7A27B
Tints of Light Salmon #F7A27B
RGB
CMYK
RGB Variations
Color information
#F7A27B (or 0xF7A27B) is known color: Light Salmon. HEX triplet: F7, A2 and 7B. RGB value is (247,162,123). Sum of RGB (Red+Green+Blue) = 247+162+123=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A27B is #085D84. Grayscale: #B7B7B7. Windows color (decimal): -548229 or 8102647. OLE color: 8102647.
HSL color Cylindrical-coordinate representation of color #F7A27B: hue angle of 18.87º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7A27B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 123 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.03 |
| HSL | 18.87º | 0.89% | 0.73% | - |
| HSV(B) | 18.87º | 0.5% | 0.97% | - |
| XYZ | 54.85 | 47.04 | 24.93 | - |
| YUV | 182.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 123 | 0 | 0.34 | 0.50 | 0.03 | 18.87 | 0.89 | 0.73 |
| Hex | F7 | A2 | 7B | 0 | 22 | 32 | 3 | 13 | 59 | 49 |
| Octal | 367 | 242 | 173 | 0 | 42 | 62 | 3 | 23 | 131 | 111 |
| Binary | 11110111 | 10100010 | 1111011 | 0 | 100010 | 110010 | 11 | 10011 | 1011001 | 1001001 |
Color Harmonies of #F7A27B
Complementary color
Monochromatic Colors of #F7A27B
Black with #F7A27B
Text Example
Text Example
White with #F7A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A27B; }
p { color: rgb(247,162,123); }
H1.HeaderClassName
{
color: #F7A27B;
}
.AnyTagClassName
{
color: #F7A27B;
}
</style>
background-color css
<style>
a { background-color: #F7A27B; }
a { background-color: rgb(247,162,123); }
div.DivClassName
{
background-color: #F7A27B;
}
.BgClassName
{
background-color: #F7A27B;
}
</style>
border-color css
<style>
span { border-color: #F7A27B; }
span { border-color: rgb(247,162,123); }
td.TdClassName
{
border-color: #F7A27B;
}
.TagClassName
{
border-color: #F7A27B;
}
</style>