#FA7A74

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

Shades of Salmon #FA7A74

Tints of Salmon #FA7A74

Color information

#FA7A74 (or 0xFA7A74) is unknown color: approx Salmon. HEX triplet: FA, 7A and 74. RGB value is (250,122,116). Sum of RGB (Red+Green+Blue) = 250+122+116=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A74 is #05858B. Grayscale: #9F9F9F. Windows color (decimal): -361868 or 7633658. OLE color: 7633658.

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

Color convert

RGB250122116-
CMYK00.510.540.02
HSL2.69º93.06%71.76%-
HSV(B)2.69º53.6%98.04%-
XYZ49.5435.520.77-
YUV159.59103.41192.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.23%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=51.23%
G=25%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012211600.510.540.022.6993.0671.76
HexFA7A7403336235d48
Octal3721721640636623135110
Binary11111010111101011101000110011110110101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7A74; }

 p { color: rgb(250,122,116); }

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

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

 a { background-color: rgb(250,122,116); }

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

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

 span { border-color: rgb(250,122,116); }

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