#FA8771

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

Shades of Salmon #FA8771

Tints of Salmon #FA8771

Color information

#FA8771 (or 0xFA8771) is unknown color: approx Salmon. HEX triplet: FA, 87 and 71. RGB value is (250,135,113). Sum of RGB (Red+Green+Blue) = 250+135+113=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8771 is #05788E. Grayscale: #A7A7A7. Windows color (decimal): -358543 or 7440378. OLE color: 7440378.

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

Color convert

RGB250135113-
CMYK00.460.550.02
HSL9.64º93.2%71.18%-
HSV(B)9.64º54.8%98.04%-
XYZ51.0738.8420.43-
YUV166.8897.6187.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 135 (53.12% from 255) = 27.11%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=50.20%
G=27.11%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013511300.460.550.029.6493.271.18
HexFA877102E372a5d47
Octal37220716105667212135107
Binary11111010100001111110001010111011011110101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8771; }

 p { color: rgb(250,135,113); }

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

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

 a { background-color: rgb(250,135,113); }

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

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

 span { border-color: rgb(250,135,113); }

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