#FF8073

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

Shades of Salmon #FF8073

Tints of Salmon #FF8073

Color information

#FF8073 (or 0xFF8073) is unknown color: approx Salmon. HEX triplet: FF, 80 and 73. RGB value is (255,128,115). Sum of RGB (Red+Green+Blue) = 255+128+115=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8073 is #007F8C. Grayscale: #A4A4A4. Windows color (decimal): -32653 or 7569663. OLE color: 7569663.

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

Color convert

RGB255128115-
CMYK00.500.550
HSL5.57º100%72.55%-
HSV(B)5.57º54.9%100%-
XYZ52.0537.9420.8-
YUV164.49100.08192.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=51.20%
G=25.70%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512811500.500.5505.5710072.55
HexFF807303237066449
Octal3772001630626706144111
Binary111111111000000011100110110010110111011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8073; }

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

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

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

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

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

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

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

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