Shades of Light Salmon #F7A781
Tints of Light Salmon #F7A781
RGB
CMYK
RGB Variations
Color information
#F7A781 (or 0xF7A781) is known color: Light Salmon. HEX triplet: F7, A7 and 81. RGB value is (247,167,129). Sum of RGB (Red+Green+Blue) = 247+167+129=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A781 is #08587E. Grayscale: #BABABA. Windows color (decimal): -546943 or 8497143. OLE color: 8497143.
HSL color Cylindrical-coordinate representation of color #F7A781: hue angle of 19.32º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7A781 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 129 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.03 |
| HSL | 19.32º | 0.88% | 0.74% | - |
| HSV(B) | 19.32º | 0.48% | 0.97% | - |
| XYZ | 56.14 | 49 | 27.27 | - |
| YUV | 186.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 129 | 0 | 0.32 | 0.48 | 0.03 | 19.32 | 0.88 | 0.74 |
| Hex | F7 | A7 | 81 | 0 | 20 | 30 | 3 | 13 | 58 | 4A |
| Octal | 367 | 247 | 201 | 0 | 40 | 60 | 3 | 23 | 130 | 112 |
| Binary | 11110111 | 10100111 | 10000001 | 0 | 100000 | 110000 | 11 | 10011 | 1011000 | 1001010 |
Color Harmonies of #F7A781
Complementary color
Monochromatic Colors of #F7A781
Black with #F7A781
Text Example
Text Example
White with #F7A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A781; }
p { color: rgb(247,167,129); }
H1.HeaderClassName
{
color: #F7A781;
}
.AnyTagClassName
{
color: #F7A781;
}
</style>
background-color css
<style>
a { background-color: #F7A781; }
a { background-color: rgb(247,167,129); }
div.DivClassName
{
background-color: #F7A781;
}
.BgClassName
{
background-color: #F7A781;
}
</style>
border-color css
<style>
span { border-color: #F7A781; }
span { border-color: rgb(247,167,129); }
td.TdClassName
{
border-color: #F7A781;
}
.TagClassName
{
border-color: #F7A781;
}
</style>