Shades of Light Salmon #F7A57B
Tints of Light Salmon #F7A57B
RGB
CMYK
RGB Variations
Color information
#F7A57B (or 0xF7A57B) is known color: Light Salmon. HEX triplet: F7, A5 and 7B. RGB value is (247,165,123). Sum of RGB (Red+Green+Blue) = 247+165+123=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A57B is #085A84. Grayscale: #B8B8B8. Windows color (decimal): -547461 or 8103415. OLE color: 8103415.
HSL color Cylindrical-coordinate representation of color #F7A57B: hue angle of 20.32º 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 #F7A57B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 123 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.03 |
| HSL | 20.32º | 0.89% | 0.73% | - |
| HSV(B) | 20.32º | 0.5% | 0.97% | - |
| XYZ | 55.39 | 48.11 | 25.11 | - |
| YUV | 184.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 123 | 0 | 0.33 | 0.50 | 0.03 | 20.32 | 0.89 | 0.73 |
| Hex | F7 | A5 | 7B | 0 | 21 | 32 | 3 | 14 | 59 | 49 |
| Octal | 367 | 245 | 173 | 0 | 41 | 62 | 3 | 24 | 131 | 111 |
| Binary | 11110111 | 10100101 | 1111011 | 0 | 100001 | 110010 | 11 | 10100 | 1011001 | 1001001 |
Color Harmonies of #F7A57B
Complementary color
Monochromatic Colors of #F7A57B
Black with #F7A57B
Text Example
Text Example
White with #F7A57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A57B; }
p { color: rgb(247,165,123); }
H1.HeaderClassName
{
color: #F7A57B;
}
.AnyTagClassName
{
color: #F7A57B;
}
</style>
background-color css
<style>
a { background-color: #F7A57B; }
a { background-color: rgb(247,165,123); }
div.DivClassName
{
background-color: #F7A57B;
}
.BgClassName
{
background-color: #F7A57B;
}
</style>
border-color css
<style>
span { border-color: #F7A57B; }
span { border-color: rgb(247,165,123); }
td.TdClassName
{
border-color: #F7A57B;
}
.TagClassName
{
border-color: #F7A57B;
}
</style>