Shades of Light Salmon #F7A783
Tints of Light Salmon #F7A783
RGB
CMYK
RGB Variations
Color information
#F7A783 (or 0xF7A783) is known color: Light Salmon. HEX triplet: F7, A7 and 83. RGB value is (247,167,131). Sum of RGB (Red+Green+Blue) = 247+167+131=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A783 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A783 is #08587C. Grayscale: #BBBBBB. Windows color (decimal): -546941 or 8628215. OLE color: 8628215.
HSL color Cylindrical-coordinate representation of color #F7A783: hue angle of 18.62º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7A783 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 131 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.03 |
| HSL | 18.62º | 0.88% | 0.74% | - |
| HSV(B) | 18.62º | 0.47% | 0.97% | - |
| XYZ | 56.27 | 49.05 | 27.97 | - |
| YUV | 186.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 131 | 0 | 0.32 | 0.47 | 0.03 | 18.62 | 0.88 | 0.74 |
| Hex | F7 | A7 | 83 | 0 | 20 | 2F | 3 | 13 | 58 | 4A |
| Octal | 367 | 247 | 203 | 0 | 40 | 57 | 3 | 23 | 130 | 112 |
| Binary | 11110111 | 10100111 | 10000011 | 0 | 100000 | 101111 | 11 | 10011 | 1011000 | 1001010 |
Color Harmonies of #F7A783
Complementary color
Monochromatic Colors of #F7A783
Black with #F7A783
Text Example
Text Example
White with #F7A783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A783; }
p { color: rgb(247,167,131); }
H1.HeaderClassName
{
color: #F7A783;
}
.AnyTagClassName
{
color: #F7A783;
}
</style>
background-color css
<style>
a { background-color: #F7A783; }
a { background-color: rgb(247,167,131); }
div.DivClassName
{
background-color: #F7A783;
}
.BgClassName
{
background-color: #F7A783;
}
</style>
border-color css
<style>
span { border-color: #F7A783; }
span { border-color: rgb(247,167,131); }
td.TdClassName
{
border-color: #F7A783;
}
.TagClassName
{
border-color: #F7A783;
}
</style>