Shades of Light Salmon #F3A07D
Tints of Light Salmon #F3A07D
RGB
CMYK
RGB Variations
Color information
#F3A07D (or 0xF3A07D) is known color: Light Salmon. HEX triplet: F3, A0 and 7D. RGB value is (243,160,125). Sum of RGB (Red+Green+Blue) = 243+160+125=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A07D is #0C5F82. Grayscale: #B5B5B5. Windows color (decimal): -810883 or 8233203. OLE color: 8233203.
HSL color Cylindrical-coordinate representation of color #F3A07D: hue angle of 17.8º 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 #F3A07D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 125 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.05 |
| HSL | 17.8º | 0.83% | 0.72% | - |
| HSV(B) | 17.8º | 0.49% | 0.95% | - |
| XYZ | 53.23 | 45.68 | 25.41 | - |
| YUV | 180.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 125 | 0 | 0.34 | 0.49 | 0.05 | 17.8 | 0.83 | 0.72 |
| Hex | F3 | A0 | 7D | 0 | 22 | 31 | 5 | 12 | 53 | 48 |
| Octal | 363 | 240 | 175 | 0 | 42 | 61 | 5 | 22 | 123 | 110 |
| Binary | 11110011 | 10100000 | 1111101 | 0 | 100010 | 110001 | 101 | 10010 | 1010011 | 1001000 |
Color Harmonies of #F3A07D
Complementary color
Monochromatic Colors of #F3A07D
Black with #F3A07D
Text Example
Text Example
White with #F3A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A07D; }
p { color: rgb(243,160,125); }
H1.HeaderClassName
{
color: #F3A07D;
}
.AnyTagClassName
{
color: #F3A07D;
}
</style>
background-color css
<style>
a { background-color: #F3A07D; }
a { background-color: rgb(243,160,125); }
div.DivClassName
{
background-color: #F3A07D;
}
.BgClassName
{
background-color: #F3A07D;
}
</style>
border-color css
<style>
span { border-color: #F3A07D; }
span { border-color: rgb(243,160,125); }
td.TdClassName
{
border-color: #F3A07D;
}
.TagClassName
{
border-color: #F3A07D;
}
</style>