#FF896D

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

Shades of Salmon #FF896D

Tints of Salmon #FF896D

Color information

#FF896D (or 0xFF896D) is unknown color: approx Salmon. HEX triplet: FF, 89 and 6D. RGB value is (255,137,109). Sum of RGB (Red+Green+Blue) = 255+137+109=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF896D is #007692. Grayscale: #A9A9A9. Windows color (decimal): -30355 or 7178751. OLE color: 7178751.

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

Color convert

RGB255137109-
CMYK00.460.570
HSL11.51º100%71.37%-
HSV(B)11.51º57.25%100%-
XYZ52.9540.2619.45-
YUV169.0994.09189.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=50.90%
G=27.35%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513710900.460.57011.5110071.37
HexFF896D02E390c6447
Octal37721115505671014144107
Binary1111111110001001110110101011101110010110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF896D; }

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

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

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

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

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

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

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

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