Shades of Light Salmon #FFA484
Tints of Light Salmon #FFA484
RGB
CMYK
RGB Variations
Color information
#FFA484 (or 0xFFA484) is known color: Light Salmon. HEX triplet: FF, A4 and 84. RGB value is (255,164,132). Sum of RGB (Red+Green+Blue) = 255+164+132=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA484 is #005B7B. Grayscale: #BBBBBB. Windows color (decimal): -23420 or 8692991. OLE color: 8692991.
HSL color Cylindrical-coordinate representation of color #FFA484: hue angle of 15.61º 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 #FFA484 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 132 | - |
| CMYK | 0 | 0.36 | 0.48 | 0 |
| HSL | 15.61º | 1% | 0.76% | - |
| HSV(B) | 15.61º | 0.48% | 1% | - |
| XYZ | 58.68 | 49.48 | 28.29 | - |
| YUV | 187.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 132 | 0 | 0.36 | 0.48 | 0 | 15.61 | 1 | 0.76 |
| Hex | FF | A4 | 84 | 0 | 24 | 30 | 0 | 10 | 64 | 4C |
| Octal | 377 | 244 | 204 | 0 | 44 | 60 | 0 | 20 | 144 | 114 |
| Binary | 11111111 | 10100100 | 10000100 | 0 | 100100 | 110000 | 0 | 10000 | 1100100 | 1001100 |
Color Harmonies of #FFA484
Complementary color
Monochromatic Colors of #FFA484
Black with #FFA484
Text Example
Text Example
White with #FFA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA484; }
p { color: rgb(255,164,132); }
H1.HeaderClassName
{
color: #FFA484;
}
.AnyTagClassName
{
color: #FFA484;
}
</style>
background-color css
<style>
a { background-color: #FFA484; }
a { background-color: rgb(255,164,132); }
div.DivClassName
{
background-color: #FFA484;
}
.BgClassName
{
background-color: #FFA484;
}
</style>
border-color css
<style>
span { border-color: #FFA484; }
span { border-color: rgb(255,164,132); }
td.TdClassName
{
border-color: #FFA484;
}
.TagClassName
{
border-color: #FFA484;
}
</style>