#FA8E75

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

Shades of Salmon #FA8E75

Tints of Salmon #FA8E75

Color information

#FA8E75 (or 0xFA8E75) is unknown color: approx Salmon. HEX triplet: FA, 8E and 75. RGB value is (250,142,117). Sum of RGB (Red+Green+Blue) = 250+142+117=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E75 is #05718A. Grayscale: #ABABAB. Windows color (decimal): -356747 or 7704314. OLE color: 7704314.

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

Color convert

RGB250142117-
CMYK00.430.530.02
HSL11.28º93.01%71.96%-
HSV(B)11.28º53.2%98.04%-
XYZ52.3140.9521.98-
YUV171.4497.28184.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=49.12%
G=27.90%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014211700.430.530.0211.2893.0171.96
HexFA8E7502B352b5d48
Octal37221616505365213135110
Binary11111010100011101110101010101111010110101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E75; }

 p { color: rgb(250,142,117); }

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

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

 a { background-color: rgb(250,142,117); }

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

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

 span { border-color: rgb(250,142,117); }

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