#FA7774

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

Shades of Salmon #FA7774

Tints of Salmon #FA7774

Color information

#FA7774 (or 0xFA7774) is unknown color: approx Salmon. HEX triplet: FA, 77 and 74. RGB value is (250,119,116). Sum of RGB (Red+Green+Blue) = 250+119+116=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7774 is #05888B. Grayscale: #9D9D9D. Windows color (decimal): -362636 or 7632890. OLE color: 7632890.

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

Color convert

RGB250119116-
CMYK00.520.540.02
HSL1.34º93.06%71.76%-
HSV(B)1.34º53.6%98.04%-
XYZ49.1734.7820.64-
YUV157.83104.4193.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=51.55%
G=24.54%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011911600.520.540.021.3493.0671.76
HexFA777403436215d48
Octal3721671640646621135110
Binary1111101011101111110100011010011011010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7774; }

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

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

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

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

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

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

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

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