Shades of Light Salmon #F5A384
Tints of Light Salmon #F5A384
RGB
CMYK
RGB Variations
Color information
#F5A384 (or 0xF5A384) is known color: Light Salmon. HEX triplet: F5, A3 and 84. RGB value is (245,163,132). Sum of RGB (Red+Green+Blue) = 245+163+132=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A384 is #0A5C7B. Grayscale: #B8B8B8. Windows color (decimal): -679036 or 8692725. OLE color: 8692725.
HSL color Cylindrical-coordinate representation of color #F5A384: hue angle of 16.46º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5A384 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 132 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.04 |
| HSL | 16.46º | 0.85% | 0.74% | - |
| HSV(B) | 16.46º | 0.46% | 0.96% | - |
| XYZ | 54.92 | 47.27 | 28.06 | - |
| YUV | 183.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 132 | 0 | 0.33 | 0.46 | 0.04 | 16.46 | 0.85 | 0.74 |
| Hex | F5 | A3 | 84 | 0 | 21 | 2E | 4 | 10 | 55 | 4A |
| Octal | 365 | 243 | 204 | 0 | 41 | 56 | 4 | 20 | 125 | 112 |
| Binary | 11110101 | 10100011 | 10000100 | 0 | 100001 | 101110 | 100 | 10000 | 1010101 | 1001010 |
Color Harmonies of #F5A384
Complementary color
Monochromatic Colors of #F5A384
Black with #F5A384
Text Example
Text Example
White with #F5A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A384; }
p { color: rgb(245,163,132); }
H1.HeaderClassName
{
color: #F5A384;
}
.AnyTagClassName
{
color: #F5A384;
}
</style>
background-color css
<style>
a { background-color: #F5A384; }
a { background-color: rgb(245,163,132); }
div.DivClassName
{
background-color: #F5A384;
}
.BgClassName
{
background-color: #F5A384;
}
</style>
border-color css
<style>
span { border-color: #F5A384; }
span { border-color: rgb(245,163,132); }
td.TdClassName
{
border-color: #F5A384;
}
.TagClassName
{
border-color: #F5A384;
}
</style>