#FA7E77

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

Shades of Salmon #FA7E77

Tints of Salmon #FA7E77

Color information

#FA7E77 (or 0xFA7E77) is unknown color: approx Salmon. HEX triplet: FA, 7E and 77. RGB value is (250,126,119). Sum of RGB (Red+Green+Blue) = 250+126+119=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E77 is #058188. Grayscale: #A2A2A2. Windows color (decimal): -360841 or 7831290. OLE color: 7831290.

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

Color convert

RGB250126119-
CMYK00.500.520.02
HSL3.21º92.91%72.35%-
HSV(B)3.21º52.4%98.04%-
XYZ50.2136.5821.87-
YUV162.28103.58190.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=50.51%
G=25.45%
B=24.04%

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
Decimal25012611900.500.520.023.2192.9172.35
HexFA7E7703234235d48
Octal3721761670626423135110
Binary11111010111111011101110110010110100101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7E77; }

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

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

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

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

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

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

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

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