#FF887A

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

Shades of Salmon #FF887A

Tints of Salmon #FF887A

Color information

#FF887A (or 0xFF887A) is unknown color: approx Salmon. HEX triplet: FF, 88 and 7A. RGB value is (255,136,122). Sum of RGB (Red+Green+Blue) = 255+136+122=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF887A is #007785. Grayscale: #AAAAAA. Windows color (decimal): -30598 or 8030463. OLE color: 8030463.

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

Color convert

RGB255136122-
CMYK00.470.520
HSL6.32º100%73.92%-
HSV(B)6.32º52.16%100%-
XYZ53.5640.2723.36-
YUV169.98100.92188.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 136 (53.52% from 255) = 26.51%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=49.71%
G=26.51%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513612200.470.5206.3210073.92
HexFF887A02F3406644a
Octal3772101720576406144112
Binary111111111000100011110100101111110100011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF887A; }

 p { color: rgb(255,136,122); }

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

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

 a { background-color: rgb(255,136,122); }

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

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

 span { border-color: rgb(255,136,122); }

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