Shades of Light Salmon #F3A47D
Tints of Light Salmon #F3A47D
RGB
CMYK
RGB Variations
Color information
#F3A47D (or 0xF3A47D) is known color: Light Salmon. HEX triplet: F3, A4 and 7D. RGB value is (243,164,125). Sum of RGB (Red+Green+Blue) = 243+164+125=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A47D is #0C5B82. Grayscale: #B7B7B7. Windows color (decimal): -809859 or 8234227. OLE color: 8234227.
HSL color Cylindrical-coordinate representation of color #F3A47D: hue angle of 19.83º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3A47D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 164 | 125 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.05 |
| HSL | 19.83º | 0.83% | 0.72% | - |
| HSV(B) | 19.83º | 0.49% | 0.95% | - |
| XYZ | 53.94 | 47.09 | 25.65 | - |
| YUV | 183.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 164 | 125 | 0 | 0.33 | 0.49 | 0.05 | 19.83 | 0.83 | 0.72 |
| Hex | F3 | A4 | 7D | 0 | 21 | 31 | 5 | 14 | 53 | 48 |
| Octal | 363 | 244 | 175 | 0 | 41 | 61 | 5 | 24 | 123 | 110 |
| Binary | 11110011 | 10100100 | 1111101 | 0 | 100001 | 110001 | 101 | 10100 | 1010011 | 1001000 |
Color Harmonies of #F3A47D
Complementary color
Monochromatic Colors of #F3A47D
Black with #F3A47D
Text Example
Text Example
White with #F3A47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A47D; }
p { color: rgb(243,164,125); }
H1.HeaderClassName
{
color: #F3A47D;
}
.AnyTagClassName
{
color: #F3A47D;
}
</style>
background-color css
<style>
a { background-color: #F3A47D; }
a { background-color: rgb(243,164,125); }
div.DivClassName
{
background-color: #F3A47D;
}
.BgClassName
{
background-color: #F3A47D;
}
</style>
border-color css
<style>
span { border-color: #F3A47D; }
span { border-color: rgb(243,164,125); }
td.TdClassName
{
border-color: #F3A47D;
}
.TagClassName
{
border-color: #F3A47D;
}
</style>