#FFA989

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

Shades of Light Salmon #FFA989

Tints of Light Salmon #FFA989

Color information

#FFA989 (or 0xFFA989) is unknown color: approx Light Salmon. HEX triplet: FF, A9 and 89. RGB value is (255,169,137). Sum of RGB (Red+Green+Blue) = 255+169+137=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA989 is #005676. Grayscale: #BFBFBF. Windows color (decimal): -22135 or 9021951. OLE color: 9021951.

HSL color Cylindrical-coordinate representation of color #FFA989: hue angle of 16.27º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFA989 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255169137-
CMYK00.340.460
HSL16.27º100%76.86%-
HSV(B)16.27º46.27%100%-
XYZ59.9451.4430.44-
YUV191.0797.49173.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 137 (53.91% from 255) = 24.42%
R=45.45%
G=30.12%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516913700.340.46016.2710076.86
HexFFA9890222E010644d
Octal37725121104256020144115
Binary111111111010100110001001010001010111001000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA989; }

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

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

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

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

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

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

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

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