Shades of Light Salmon #F3A37A
Tints of Light Salmon #F3A37A
RGB
CMYK
RGB Variations
Color information
#F3A37A (or 0xF3A37A) is known color: Light Salmon. HEX triplet: F3, A3 and 7A. RGB value is (243,163,122). Sum of RGB (Red+Green+Blue) = 243+163+122=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A37A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A37A is #0C5C85. Grayscale: #B6B6B6. Windows color (decimal): -810118 or 8037363. OLE color: 8037363.
HSL color Cylindrical-coordinate representation of color #F3A37A: hue angle of 20.33º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3A37A is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 122 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.05 |
| HSL | 20.33º | 0.83% | 0.72% | - |
| HSV(B) | 20.33º | 0.5% | 0.95% | - |
| XYZ | 53.57 | 46.65 | 24.59 | - |
| YUV | 182.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 122 | 0 | 0.33 | 0.50 | 0.05 | 20.33 | 0.83 | 0.72 |
| Hex | F3 | A3 | 7A | 0 | 21 | 32 | 5 | 14 | 53 | 48 |
| Octal | 363 | 243 | 172 | 0 | 41 | 62 | 5 | 24 | 123 | 110 |
| Binary | 11110011 | 10100011 | 1111010 | 0 | 100001 | 110010 | 101 | 10100 | 1010011 | 1001000 |
Color Harmonies of #F3A37A
Complementary color
Monochromatic Colors of #F3A37A
Black with #F3A37A
Text Example
Text Example
White with #F3A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A37A; }
p { color: rgb(243,163,122); }
H1.HeaderClassName
{
color: #F3A37A;
}
.AnyTagClassName
{
color: #F3A37A;
}
</style>
background-color css
<style>
a { background-color: #F3A37A; }
a { background-color: rgb(243,163,122); }
div.DivClassName
{
background-color: #F3A37A;
}
.BgClassName
{
background-color: #F3A37A;
}
</style>
border-color css
<style>
span { border-color: #F3A37A; }
span { border-color: rgb(243,163,122); }
td.TdClassName
{
border-color: #F3A37A;
}
.TagClassName
{
border-color: #F3A37A;
}
</style>