Shades of Light Salmon #F3A582
Tints of Light Salmon #F3A582
RGB
CMYK
RGB Variations
Color information
#F3A582 (or 0xF3A582) is known color: Light Salmon. HEX triplet: F3, A5 and 82. RGB value is (243,165,130). Sum of RGB (Red+Green+Blue) = 243+165+130=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A582 is #0C5A7D. Grayscale: #B8B8B8. Windows color (decimal): -809598 or 8562163. OLE color: 8562163.
HSL color Cylindrical-coordinate representation of color #F3A582: hue angle of 18.58º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3A582 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 130 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.05 |
| HSL | 18.58º | 0.82% | 0.73% | - |
| HSV(B) | 18.58º | 0.47% | 0.95% | - |
| XYZ | 54.45 | 47.58 | 27.43 | - |
| YUV | 184.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 130 | 0 | 0.32 | 0.47 | 0.05 | 18.58 | 0.82 | 0.73 |
| Hex | F3 | A5 | 82 | 0 | 20 | 2F | 5 | 13 | 52 | 49 |
| Octal | 363 | 245 | 202 | 0 | 40 | 57 | 5 | 23 | 122 | 111 |
| Binary | 11110011 | 10100101 | 10000010 | 0 | 100000 | 101111 | 101 | 10011 | 1010010 | 1001001 |
Color Harmonies of #F3A582
Complementary color
Monochromatic Colors of #F3A582
Black with #F3A582
Text Example
Text Example
White with #F3A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A582; }
p { color: rgb(243,165,130); }
H1.HeaderClassName
{
color: #F3A582;
}
.AnyTagClassName
{
color: #F3A582;
}
</style>
background-color css
<style>
a { background-color: #F3A582; }
a { background-color: rgb(243,165,130); }
div.DivClassName
{
background-color: #F3A582;
}
.BgClassName
{
background-color: #F3A582;
}
</style>
border-color css
<style>
span { border-color: #F3A582; }
span { border-color: rgb(243,165,130); }
td.TdClassName
{
border-color: #F3A582;
}
.TagClassName
{
border-color: #F3A582;
}
</style>