#FA8A71

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

Shades of Salmon #FA8A71

Tints of Salmon #FA8A71

Color information

#FA8A71 (or 0xFA8A71) is unknown color: approx Salmon. HEX triplet: FA, 8A and 71. RGB value is (250,138,113). Sum of RGB (Red+Green+Blue) = 250+138+113=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A71 is #05758E. Grayscale: #A8A8A8. Windows color (decimal): -357775 or 7441146. OLE color: 7441146.

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

Color convert

RGB250138113-
CMYK00.450.550.02
HSL10.95º93.2%71.18%-
HSV(B)10.95º54.8%98.04%-
XYZ51.4939.6920.57-
YUV168.6496.61186.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.90%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=49.90%
G=27.54%
B=22.55%

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
Decimal25013811300.450.550.0210.9593.271.18
HexFA8A7102D372b5d47
Octal37221216105567213135107
Binary11111010100010101110001010110111011110101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8A71; }

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

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

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

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

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

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

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

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