#FF7E79

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

Shades of Salmon #FF7E79

Tints of Salmon #FF7E79

Color information

#FF7E79 (or 0xFF7E79) is unknown color: approx Salmon. HEX triplet: FF, 7E and 79. RGB value is (255,126,121). Sum of RGB (Red+Green+Blue) = 255+126+121=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E79 is #008186. Grayscale: #A4A4A4. Windows color (decimal): -33159 or 7962367. OLE color: 7962367.

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

Color convert

RGB255126121-
CMYK00.510.530
HSL2.24º100%73.73%-
HSV(B)2.24º52.55%100%-
XYZ52.1537.5622.59-
YUV164103.74192.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 121 (47.66% from 255) = 24.10%
R=50.80%
G=25.10%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512612100.510.5302.2410073.73
HexFF7E790333502644a
Octal3771761710636502144112
Binary1111111111111101111001011001111010101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E79; }

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

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

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

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

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

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

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

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