#FF886D

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

Shades of Salmon #FF886D

Tints of Salmon #FF886D

Color information

#FF886D (or 0xFF886D) is unknown color: approx Salmon. HEX triplet: FF, 88 and 6D. RGB value is (255,136,109). Sum of RGB (Red+Green+Blue) = 255+136+109=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF886D is #007792. Grayscale: #A8A8A8. Windows color (decimal): -30611 or 7178495. OLE color: 7178495.

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

Color convert

RGB255136109-
CMYK00.470.570
HSL11.1º100%71.37%-
HSV(B)11.1º57.25%100%-
XYZ52.839.9719.4-
YUV168.594.42189.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=51%
G=27.2%
B=21.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513610900.470.57011.110071.37
HexFF886D02F390b6447
Octal37721015505771013144107
Binary1111111110001000110110101011111110010101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF886D; }

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

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

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

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

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

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

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

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