Shades of Light Salmon #F3A380
Tints of Light Salmon #F3A380
RGB
CMYK
RGB Variations
Color information
#F3A380 (or 0xF3A380) is known color: Light Salmon. HEX triplet: F3, A3 and 80. RGB value is (243,163,128). Sum of RGB (Red+Green+Blue) = 243+163+128=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A380 is #0C5C7F. Grayscale: #B7B7B7. Windows color (decimal): -810112 or 8430579. OLE color: 8430579.
HSL color Cylindrical-coordinate representation of color #F3A380: hue angle of 18.26º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3A380 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 128 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.05 |
| HSL | 18.26º | 0.83% | 0.73% | - |
| HSV(B) | 18.26º | 0.47% | 0.95% | - |
| XYZ | 53.96 | 46.81 | 26.61 | - |
| YUV | 182.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 128 | 0 | 0.33 | 0.47 | 0.05 | 18.26 | 0.83 | 0.73 |
| Hex | F3 | A3 | 80 | 0 | 21 | 2F | 5 | 12 | 53 | 49 |
| Octal | 363 | 243 | 200 | 0 | 41 | 57 | 5 | 22 | 123 | 111 |
| Binary | 11110011 | 10100011 | 10000000 | 0 | 100001 | 101111 | 101 | 10010 | 1010011 | 1001001 |
Color Harmonies of #F3A380
Complementary color
Monochromatic Colors of #F3A380
Black with #F3A380
Text Example
Text Example
White with #F3A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A380; }
p { color: rgb(243,163,128); }
H1.HeaderClassName
{
color: #F3A380;
}
.AnyTagClassName
{
color: #F3A380;
}
</style>
background-color css
<style>
a { background-color: #F3A380; }
a { background-color: rgb(243,163,128); }
div.DivClassName
{
background-color: #F3A380;
}
.BgClassName
{
background-color: #F3A380;
}
</style>
border-color css
<style>
span { border-color: #F3A380; }
span { border-color: rgb(243,163,128); }
td.TdClassName
{
border-color: #F3A380;
}
.TagClassName
{
border-color: #F3A380;
}
</style>