Shades of Light Salmon #F3A481
Tints of Light Salmon #F3A481
RGB
CMYK
RGB Variations
Color information
#F3A481 (or 0xF3A481) is known color: Light Salmon. HEX triplet: F3, A4 and 81. RGB value is (243,164,129). Sum of RGB (Red+Green+Blue) = 243+164+129=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A481 is #0C5B7E. Grayscale: #B7B7B7. Windows color (decimal): -809855 or 8496371. OLE color: 8496371.
HSL color Cylindrical-coordinate representation of color #F3A481: hue angle of 18.42º 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 #F3A481 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 164 | 129 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.05 |
| HSL | 18.42º | 0.83% | 0.73% | - |
| HSV(B) | 18.42º | 0.47% | 0.95% | - |
| XYZ | 54.2 | 47.19 | 27.02 | - |
| YUV | 183.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 164 | 129 | 0 | 0.33 | 0.47 | 0.05 | 18.42 | 0.83 | 0.73 |
| Hex | F3 | A4 | 81 | 0 | 21 | 2F | 5 | 12 | 53 | 49 |
| Octal | 363 | 244 | 201 | 0 | 41 | 57 | 5 | 22 | 123 | 111 |
| Binary | 11110011 | 10100100 | 10000001 | 0 | 100001 | 101111 | 101 | 10010 | 1010011 | 1001001 |
Color Harmonies of #F3A481
Complementary color
Monochromatic Colors of #F3A481
Black with #F3A481
Text Example
Text Example
White with #F3A481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A481; }
p { color: rgb(243,164,129); }
H1.HeaderClassName
{
color: #F3A481;
}
.AnyTagClassName
{
color: #F3A481;
}
</style>
background-color css
<style>
a { background-color: #F3A481; }
a { background-color: rgb(243,164,129); }
div.DivClassName
{
background-color: #F3A481;
}
.BgClassName
{
background-color: #F3A481;
}
</style>
border-color css
<style>
span { border-color: #F3A481; }
span { border-color: rgb(243,164,129); }
td.TdClassName
{
border-color: #F3A481;
}
.TagClassName
{
border-color: #F3A481;
}
</style>