#FA7C76

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

Shades of Salmon #FA7C76

Tints of Salmon #FA7C76

Color information

#FA7C76 (or 0xFA7C76) is unknown color: approx Salmon. HEX triplet: FA, 7C and 76. RGB value is (250,124,118). Sum of RGB (Red+Green+Blue) = 250+124+118=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C76 is #058389. Grayscale: #A1A1A1. Windows color (decimal): -361354 or 7765242. OLE color: 7765242.

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

Color convert

RGB250124118-
CMYK00.500.530.02
HSL2.73º92.96%72.16%-
HSV(B)2.73º52.8%98.04%-
XYZ49.936.0521.47-
YUV160.99103.74191.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=50.81%
G=25.20%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012411800.500.530.022.7392.9672.16
HexFA7C7603235235d48
Octal3721741660626523135110
Binary11111010111110011101100110010110101101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7C76; }

 p { color: rgb(250,124,118); }

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

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

 a { background-color: rgb(250,124,118); }

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

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

 span { border-color: rgb(250,124,118); }

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