#FFA889

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

Shades of Light Salmon #FFA889

Tints of Light Salmon #FFA889

Color information

#FFA889 (or 0xFFA889) is unknown color: approx Light Salmon. HEX triplet: FF, A8 and 89. RGB value is (255,168,137). Sum of RGB (Red+Green+Blue) = 255+168+137=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA889 is #005776. Grayscale: #BEBEBE. Windows color (decimal): -22391 or 9021695. OLE color: 9021695.

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

Color convert

RGB255168137-
CMYK00.340.460
HSL15.76º100%76.86%-
HSV(B)15.76º46.27%100%-
XYZ59.7651.0730.38-
YUV190.4897.82174.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 137 (53.91% from 255) = 24.46%
R=45.54%
G=30%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516813700.340.46015.7610076.86
HexFFA8890222E010644d
Octal37725021104256020144115
Binary111111111010100010001001010001010111001000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA889; }

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

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

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

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

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

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

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

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