#FA8175

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

Shades of Salmon #FA8175

Tints of Salmon #FA8175

Color information

#FA8175 (or 0xFA8175) is unknown color: approx Salmon. HEX triplet: FA, 81 and 75. RGB value is (250,129,117). Sum of RGB (Red+Green+Blue) = 250+129+117=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8175 is #057E8A. Grayscale: #A3A3A3. Windows color (decimal): -360075 or 7700986. OLE color: 7700986.

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

Color convert

RGB250129117-
CMYK00.480.530.02
HSL5.41º93.01%71.96%-
HSV(B)5.41º53.2%98.04%-
XYZ50.4937.3121.37-
YUV163.81101.59189.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=50.40%
G=26.01%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012911700.480.530.025.4193.0171.96
HexFA817503035255d48
Octal3722011650606525135110
Binary1111101010000001111010101100001101011010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8175; }

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

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

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

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

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

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

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

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