#FA8971

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

Shades of Salmon #FA8971

Tints of Salmon #FA8971

Color information

#FA8971 (or 0xFA8971) is unknown color: approx Salmon. HEX triplet: FA, 89 and 71. RGB value is (250,137,113). Sum of RGB (Red+Green+Blue) = 250+137+113=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8971 is #05768E. Grayscale: #A8A8A8. Windows color (decimal): -358031 or 7440890. OLE color: 7440890.

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

Color convert

RGB250137113-
CMYK00.450.550.02
HSL10.51º93.2%71.18%-
HSV(B)10.51º54.8%98.04%-
XYZ51.3539.4120.52-
YUV168.0596.94186.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=50%
G=27.4%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013711300.450.550.0210.5193.271.18
HexFA897102D372b5d47
Octal37221116105567213135107
Binary11111010100010011110001010110111011110101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8971; }

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

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

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

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

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

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

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

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