#FA7E79

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

Shades of Salmon #FA7E79

Tints of Salmon #FA7E79

Color information

#FA7E79 (or 0xFA7E79) is unknown color: approx Salmon. HEX triplet: FA, 7E and 79. RGB value is (250,126,121). Sum of RGB (Red+Green+Blue) = 250+126+121=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E79 is #058186. Grayscale: #A2A2A2. Windows color (decimal): -360839 or 7962362. OLE color: 7962362.

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

Color convert

RGB250126121-
CMYK00.500.520.02
HSL2.33º92.81%72.75%-
HSV(B)2.33º51.6%98.04%-
XYZ50.3436.6322.51-
YUV162.51104.58190.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.30%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=50.30%
G=25.35%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012612100.500.520.022.3392.8172.75
HexFA7E7903234225d49
Octal3721761710626422135111
Binary11111010111111011110010110010110100101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7E79; }

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

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

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

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

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

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

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

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