#FF8071

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

Shades of Salmon #FF8071

Tints of Salmon #FF8071

Color information

#FF8071 (or 0xFF8071) is unknown color: approx Salmon. HEX triplet: FF, 80 and 71. RGB value is (255,128,113). Sum of RGB (Red+Green+Blue) = 255+128+113=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8071 is #007F8E. Grayscale: #A4A4A4. Windows color (decimal): -32655 or 7438591. OLE color: 7438591.

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

Color convert

RGB255128113-
CMYK00.500.560
HSL6.34º100%72.16%-
HSV(B)6.34º55.69%100%-
XYZ51.9437.8920.2-
YUV164.2699.08192.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=51.41%
G=25.81%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512811300.500.5606.3410072.16
HexFF807103238066448
Octal3772001610627006144110
Binary111111111000000011100010110010111000011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8071; }

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

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

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

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

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

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

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

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