#FF8171

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

Shades of Salmon #FF8171

Tints of Salmon #FF8171

Color information

#FF8171 (or 0xFF8171) is unknown color: approx Salmon. HEX triplet: FF, 81 and 71. RGB value is (255,129,113). Sum of RGB (Red+Green+Blue) = 255+129+113=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8171 is #007E8E. Grayscale: #A5A5A5. Windows color (decimal): -32399 or 7438847. OLE color: 7438847.

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

Color convert

RGB255129113-
CMYK00.490.560
HSL6.76º100%72.16%-
HSV(B)6.76º55.69%100%-
XYZ52.0738.1520.24-
YUV164.8598.74192.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=51.31%
G=25.96%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512911300.490.5606.7610072.16
HexFF817103138076448
Octal3772011610617007144110
Binary111111111000000111100010110001111000011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8171; }

 p { color: rgb(255,129,113); }

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

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

 a { background-color: rgb(255,129,113); }

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

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

 span { border-color: rgb(255,129,113); }

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