#FF8271

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

Shades of Salmon #FF8271

Tints of Salmon #FF8271

Color information

#FF8271 (or 0xFF8271) is unknown color: approx Salmon. HEX triplet: FF, 82 and 71. RGB value is (255,130,113). Sum of RGB (Red+Green+Blue) = 255+130+113=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8271 is #007D8E. Grayscale: #A5A5A5. Windows color (decimal): -32143 or 7439103. OLE color: 7439103.

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

Color convert

RGB255130113-
CMYK00.490.560
HSL7.18º100%72.16%-
HSV(B)7.18º55.69%100%-
XYZ52.238.4220.29-
YUV165.4498.41191.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=51.20%
G=26.10%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513011300.490.5607.1810072.16
HexFF827103138076448
Octal3772021610617007144110
Binary111111111000001011100010110001111000011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8271; }

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

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

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

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

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

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

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

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