#FA8D74

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

Shades of Salmon #FA8D74

Tints of Salmon #FA8D74

Color information

#FA8D74 (or 0xFA8D74) is unknown color: approx Salmon. HEX triplet: FA, 8D and 74. RGB value is (250,141,116). Sum of RGB (Red+Green+Blue) = 250+141+116=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D74 is #05728B. Grayscale: #AAAAAA. Windows color (decimal): -357004 or 7638522. OLE color: 7638522.

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

Color convert

RGB250141116-
CMYK00.440.540.02
HSL11.19º93.06%71.76%-
HSV(B)11.19º53.6%98.04%-
XYZ52.140.6321.62-
YUV170.7497.11184.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=49.31%
G=27.81%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014111600.440.540.0211.1993.0671.76
HexFA8D7402C362b5d48
Octal37221516405466213135110
Binary11111010100011011110100010110011011010101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8D74; }

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

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

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

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

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

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

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

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