#FF8773

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

Shades of Salmon #FF8773

Tints of Salmon #FF8773

Color information

#FF8773 (or 0xFF8773) is unknown color: approx Salmon. HEX triplet: FF, 87 and 73. RGB value is (255,135,115). Sum of RGB (Red+Green+Blue) = 255+135+115=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8773 is #00788C. Grayscale: #A8A8A8. Windows color (decimal): -30861 or 7571455. OLE color: 7571455.

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

Color convert

RGB255135115-
CMYK00.470.550
HSL8.57º100%72.55%-
HSV(B)8.57º54.9%100%-
XYZ5339.8321.11-
YUV168.697.76189.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=50.50%
G=26.73%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513511500.470.5508.5710072.55
HexFF877302F37096449
Octal37720716305767011144111
Binary1111111110000111111001101011111101110100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8773; }

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

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

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

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

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

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

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

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