#FF886A

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

Shades of Salmon #FF886A

Tints of Salmon #FF886A

Color information

#FF886A (or 0xFF886A) is unknown color: approx Salmon. HEX triplet: FF, 88 and 6A. RGB value is (255,136,106). Sum of RGB (Red+Green+Blue) = 255+136+106=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF886A is #007795. Grayscale: #A8A8A8. Windows color (decimal): -30614 or 6981887. OLE color: 6981887.

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

Color convert

RGB255136106-
CMYK00.470.580
HSL12.08º100%70.78%-
HSV(B)12.08º58.43%100%-
XYZ52.6539.9118.56-
YUV168.1692.92189.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=51.31%
G=27.36%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513610600.470.58012.0810070.78
HexFF886A02F3A0c6447
Octal37721015205772014144107
Binary1111111110001000110101001011111110100110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF886A; }

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

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

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

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

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

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

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

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