Shades of Light Salmon #F3A079
Tints of Light Salmon #F3A079
RGB
CMYK
RGB Variations
Color information
#F3A079 (or 0xF3A079) is known color: Light Salmon. HEX triplet: F3, A0 and 79. RGB value is (243,160,121). Sum of RGB (Red+Green+Blue) = 243+160+121=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A079 is #0C5F86. Grayscale: #B4B4B4. Windows color (decimal): -810887 or 7971059. OLE color: 7971059.
HSL color Cylindrical-coordinate representation of color #F3A079: hue angle of 19.18º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3A079 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 121 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.05 |
| HSL | 19.18º | 0.84% | 0.71% | - |
| HSV(B) | 19.18º | 0.5% | 0.95% | - |
| XYZ | 52.98 | 45.58 | 24.09 | - |
| YUV | 180.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 121 | 0 | 0.34 | 0.50 | 0.05 | 19.18 | 0.84 | 0.71 |
| Hex | F3 | A0 | 79 | 0 | 22 | 32 | 5 | 13 | 54 | 47 |
| Octal | 363 | 240 | 171 | 0 | 42 | 62 | 5 | 23 | 124 | 107 |
| Binary | 11110011 | 10100000 | 1111001 | 0 | 100010 | 110010 | 101 | 10011 | 1010100 | 1000111 |
Color Harmonies of #F3A079
Complementary color
Monochromatic Colors of #F3A079
Black with #F3A079
Text Example
Text Example
White with #F3A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A079; }
p { color: rgb(243,160,121); }
H1.HeaderClassName
{
color: #F3A079;
}
.AnyTagClassName
{
color: #F3A079;
}
</style>
background-color css
<style>
a { background-color: #F3A079; }
a { background-color: rgb(243,160,121); }
div.DivClassName
{
background-color: #F3A079;
}
.BgClassName
{
background-color: #F3A079;
}
</style>
border-color css
<style>
span { border-color: #F3A079; }
span { border-color: rgb(243,160,121); }
td.TdClassName
{
border-color: #F3A079;
}
.TagClassName
{
border-color: #F3A079;
}
</style>