Shades of Light Salmon #F3A178
Tints of Light Salmon #F3A178
RGB
CMYK
RGB Variations
Color information
#F3A178 (or 0xF3A178) is known color: Light Salmon. HEX triplet: F3, A1 and 78. RGB value is (243,161,120). Sum of RGB (Red+Green+Blue) = 243+161+120=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A178 is #0C5E87. Grayscale: #B5B5B5. Windows color (decimal): -810632 or 7905779. OLE color: 7905779.
HSL color Cylindrical-coordinate representation of color #F3A178: hue angle of 20º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F3A178 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 120 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.05 |
| HSL | 20º | 0.84% | 0.71% | - |
| HSV(B) | 20º | 0.51% | 0.95% | - |
| XYZ | 53.1 | 45.9 | 23.83 | - |
| YUV | 180.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 120 | 0 | 0.34 | 0.51 | 0.05 | 20 | 0.84 | 0.71 |
| Hex | F3 | A1 | 78 | 0 | 22 | 33 | 5 | 14 | 54 | 47 |
| Octal | 363 | 241 | 170 | 0 | 42 | 63 | 5 | 24 | 124 | 107 |
| Binary | 11110011 | 10100001 | 1111000 | 0 | 100010 | 110011 | 101 | 10100 | 1010100 | 1000111 |
Color Harmonies of #F3A178
Complementary color
Monochromatic Colors of #F3A178
Black with #F3A178
Text Example
Text Example
White with #F3A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A178; }
p { color: rgb(243,161,120); }
H1.HeaderClassName
{
color: #F3A178;
}
.AnyTagClassName
{
color: #F3A178;
}
</style>
background-color css
<style>
a { background-color: #F3A178; }
a { background-color: rgb(243,161,120); }
div.DivClassName
{
background-color: #F3A178;
}
.BgClassName
{
background-color: #F3A178;
}
</style>
border-color css
<style>
span { border-color: #F3A178; }
span { border-color: rgb(243,161,120); }
td.TdClassName
{
border-color: #F3A178;
}
.TagClassName
{
border-color: #F3A178;
}
</style>