#ff897e

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

Shades of Salmon #FF897E

Tints of Salmon #FF897E

Color information

#FF897E (or 0xFF897E) is unknown color: approx Salmon. HEX triplet: FF, 89 and 7E. RGB value is (255,137,126). Sum of RGB (Red+Green+Blue) = 255+137+126=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF897E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF897E is #007681. Grayscale: #ABABAB. Windows color (decimal): -30338 or 8292863. OLE color: 8292863.

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

Color convert

RGB255137126-
CMYK00.460.510
HSL5.12º100%74.71%-
HSV(B)5.12º50.59%100%-
XYZ53.9540.6624.74-
YUV171.03102.59187.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 126 (49.61% from 255) = 24.32%
R=49.23%
G=26.45%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513712600.460.5105.1210074.71
HexFF897E02E3305644b
Octal3772111760566305144113
Binary111111111000100111111100101110110011010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff897e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff897e; }

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

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

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

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

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

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

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

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