#FA9A71

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

Shades of Light Salmon #FA9A71

Tints of Light Salmon #FA9A71

Color information

#FA9A71 (or 0xFA9A71) is unknown color: approx Light Salmon. HEX triplet: FA, 9A and 71. RGB value is (250,154,113). Sum of RGB (Red+Green+Blue) = 250+154+113=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9A71 is #05658E. Grayscale: #B2B2B2. Windows color (decimal): -353679 or 7445242. OLE color: 7445242.

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

Color convert

RGB250154113-
CMYK00.380.550.02
HSL17.96º93.2%71.18%-
HSV(B)17.96º54.8%98.04%-
XYZ53.9644.6321.39-
YUV178.0391.3179.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=48.36%
G=29.79%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015411300.380.550.0217.9693.271.18
HexFA9A71026372125d47
Octal37223216104667222135107
Binary111110101001101011100010100110110111101001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9A71; }

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

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

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

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

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

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

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

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