Shades of Light Salmon #FFA384
Tints of Light Salmon #FFA384
RGB
CMYK
RGB Variations
Color information
#FFA384 (or 0xFFA384) is known color: Light Salmon. HEX triplet: FF, A3 and 84. RGB value is (255,163,132). Sum of RGB (Red+Green+Blue) = 255+163+132=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA384 is #005C7B. Grayscale: #BBBBBB. Windows color (decimal): -23676 or 8692735. OLE color: 8692735.
HSL color Cylindrical-coordinate representation of color #FFA384: hue angle of 15.12º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFA384 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 132 | - |
| CMYK | 0 | 0.36 | 0.48 | 0 |
| HSL | 15.12º | 1% | 0.76% | - |
| HSV(B) | 15.12º | 0.48% | 1% | - |
| XYZ | 58.5 | 49.12 | 28.23 | - |
| YUV | 186.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 132 | 0 | 0.36 | 0.48 | 0 | 15.12 | 1 | 0.76 |
| Hex | FF | A3 | 84 | 0 | 24 | 30 | 0 | F | 64 | 4C |
| Octal | 377 | 243 | 204 | 0 | 44 | 60 | 0 | 17 | 144 | 114 |
| Binary | 11111111 | 10100011 | 10000100 | 0 | 100100 | 110000 | 0 | 1111 | 1100100 | 1001100 |
Color Harmonies of #FFA384
Complementary color
Monochromatic Colors of #FFA384
Black with #FFA384
Text Example
Text Example
White with #FFA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA384; }
p { color: rgb(255,163,132); }
H1.HeaderClassName
{
color: #FFA384;
}
.AnyTagClassName
{
color: #FFA384;
}
</style>
background-color css
<style>
a { background-color: #FFA384; }
a { background-color: rgb(255,163,132); }
div.DivClassName
{
background-color: #FFA384;
}
.BgClassName
{
background-color: #FFA384;
}
</style>
border-color css
<style>
span { border-color: #FFA384; }
span { border-color: rgb(255,163,132); }
td.TdClassName
{
border-color: #FFA384;
}
.TagClassName
{
border-color: #FFA384;
}
</style>