#FF7C79

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

Shades of Salmon #FF7C79

Tints of Salmon #FF7C79

Color information

#FF7C79 (or 0xFF7C79) is unknown color: approx Salmon. HEX triplet: FF, 7C and 79. RGB value is (255,124,121). Sum of RGB (Red+Green+Blue) = 255+124+121=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C79 is #008386. Grayscale: #A2A2A2. Windows color (decimal): -33671 or 7961855. OLE color: 7961855.

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

Color convert

RGB255124121-
CMYK00.510.530
HSL1.34º100%73.73%-
HSV(B)1.34º52.55%100%-
XYZ51.937.0622.51-
YUV162.83104.4193.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 124 (48.83% from 255) = 24.8%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=51%
G=24.8%
B=24.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512412100.510.5301.3410073.73
HexFF7C790333501644a
Octal3771741710636501144112
Binary111111111111100111100101100111101010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C79; }

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

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

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

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

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

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

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

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