Shades of Light Salmon #F7A17B
Tints of Light Salmon #F7A17B
RGB
CMYK
RGB Variations
Color information
#F7A17B (or 0xF7A17B) is known color: Light Salmon. HEX triplet: F7, A1 and 7B. RGB value is (247,161,123). Sum of RGB (Red+Green+Blue) = 247+161+123=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A17B is #085E84. Grayscale: #B6B6B6. Windows color (decimal): -548485 or 8102391. OLE color: 8102391.
HSL color Cylindrical-coordinate representation of color #F7A17B: hue angle of 18.39º 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 #F7A17B is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 123 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.03 |
| HSL | 18.39º | 0.89% | 0.73% | - |
| HSV(B) | 18.39º | 0.5% | 0.97% | - |
| XYZ | 54.68 | 46.69 | 24.87 | - |
| YUV | 182.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 123 | 0 | 0.35 | 0.50 | 0.03 | 18.39 | 0.89 | 0.73 |
| Hex | F7 | A1 | 7B | 0 | 23 | 32 | 3 | 12 | 59 | 49 |
| Octal | 367 | 241 | 173 | 0 | 43 | 62 | 3 | 22 | 131 | 111 |
| Binary | 11110111 | 10100001 | 1111011 | 0 | 100011 | 110010 | 11 | 10010 | 1011001 | 1001001 |
Color Harmonies of #F7A17B
Complementary color
Monochromatic Colors of #F7A17B
Black with #F7A17B
Text Example
Text Example
White with #F7A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A17B; }
p { color: rgb(247,161,123); }
H1.HeaderClassName
{
color: #F7A17B;
}
.AnyTagClassName
{
color: #F7A17B;
}
</style>
background-color css
<style>
a { background-color: #F7A17B; }
a { background-color: rgb(247,161,123); }
div.DivClassName
{
background-color: #F7A17B;
}
.BgClassName
{
background-color: #F7A17B;
}
</style>
border-color css
<style>
span { border-color: #F7A17B; }
span { border-color: rgb(247,161,123); }
td.TdClassName
{
border-color: #F7A17B;
}
.TagClassName
{
border-color: #F7A17B;
}
</style>