Shades of Light Salmon #FFA486
Tints of Light Salmon #FFA486
RGB
CMYK
RGB Variations
Color information
#FFA486 (or 0xFFA486) is known color: Light Salmon. HEX triplet: FF, A4 and 86. RGB value is (255,164,134). Sum of RGB (Red+Green+Blue) = 255+164+134=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA486 is #005B79. Grayscale: #BCBCBC. Windows color (decimal): -23418 or 8824063. OLE color: 8824063.
HSL color Cylindrical-coordinate representation of color #FFA486: hue angle of 14.88º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFA486 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 134 | - |
| CMYK | 0 | 0.36 | 0.47 | 0 |
| HSL | 14.88º | 1% | 0.76% | - |
| HSV(B) | 14.88º | 0.47% | 1% | - |
| XYZ | 58.82 | 49.53 | 29.01 | - |
| YUV | 187.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 134 | 0 | 0.36 | 0.47 | 0 | 14.88 | 1 | 0.76 |
| Hex | FF | A4 | 86 | 0 | 24 | 2F | 0 | F | 64 | 4C |
| Octal | 377 | 244 | 206 | 0 | 44 | 57 | 0 | 17 | 144 | 114 |
| Binary | 11111111 | 10100100 | 10000110 | 0 | 100100 | 101111 | 0 | 1111 | 1100100 | 1001100 |
Color Harmonies of #FFA486
Complementary color
Monochromatic Colors of #FFA486
Black with #FFA486
Text Example
Text Example
White with #FFA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA486; }
p { color: rgb(255,164,134); }
H1.HeaderClassName
{
color: #FFA486;
}
.AnyTagClassName
{
color: #FFA486;
}
</style>
background-color css
<style>
a { background-color: #FFA486; }
a { background-color: rgb(255,164,134); }
div.DivClassName
{
background-color: #FFA486;
}
.BgClassName
{
background-color: #FFA486;
}
</style>
border-color css
<style>
span { border-color: #FFA486; }
span { border-color: rgb(255,164,134); }
td.TdClassName
{
border-color: #FFA486;
}
.TagClassName
{
border-color: #FFA486;
}
</style>