#FFA987

Color #FFA987 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FFA987

Tints of Light Salmon #FFA987

Color information

#FFA987 (or 0xFFA987) is unknown color: approx Light Salmon. HEX triplet: FF, A9 and 87. RGB value is (255,169,135). Sum of RGB (Red+Green+Blue) = 255+169+135=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 135 (53.12% from 255 or 24.15% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA987 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA987 is #005678. Grayscale: #BFBFBF. Windows color (decimal): -22137 or 8890879. OLE color: 8890879.

HSL color Cylindrical-coordinate representation of color #FFA987: hue angle of 17º 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 #FFA987 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255169135-
CMYK00.340.470
HSL17º100%76.47%-
HSV(B)17º47.06%100%-
XYZ59.851.3929.69-
YUV190.8496.49173.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 135 (53.12% from 255) = 24.15%
R=45.62%
G=30.23%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516913500.340.4701710076.47
HexFFA9870222F011644c
Octal37725120704257021144114
Binary111111111010100110000111010001010111101000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA987; }

 p { color: rgb(255,169,135); }

 H1.HeaderClassName
 {
   color: #FFA987;
 }
 .AnyTagClassName
 {
   color: #FFA987;
 }
</style>
background-color css

<style>
 a { background-color: #FFA987; }

 a { background-color: rgb(255,169,135); }

 div.DivClassName
 {
   background-color: #FFA987;
 }
 .BgClassName
 {
   background-color: #FFA987;
 }
</style>
border-color css

<style>
 span { border-color: #FFA987; }

 span { border-color: rgb(255,169,135); }

 td.TdClassName
 {
   border-color: #FFA987;
 }
 .TagClassName
 {
   border-color: #FFA987;
 }
</style>