#FF7973

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

Shades of Salmon #FF7973

Tints of Salmon #FF7973

Color information

#FF7973 (or 0xFF7973) is unknown color: approx Salmon. HEX triplet: FF, 79 and 73. RGB value is (255,121,115). Sum of RGB (Red+Green+Blue) = 255+121+115=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7973 is #00868C. Grayscale: #A0A0A0. Windows color (decimal): -34445 or 7567871. OLE color: 7567871.

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

Color convert

RGB255121115-
CMYK00.530.550
HSL2.57º100%72.55%-
HSV(B)2.57º54.9%100%-
XYZ51.1736.1720.5-
YUV160.38102.39195.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=51.93%
G=24.64%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512111500.530.5502.5710072.55
HexFF797303537036449
Octal3771711630656703144111
Binary1111111111110011110011011010111011101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7973; }

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

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

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

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

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

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

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

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