#FA9A73

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

Shades of Light Salmon #FA9A73

Tints of Light Salmon #FA9A73

Color information

#FA9A73 (or 0xFA9A73) is unknown color: approx Light Salmon. HEX triplet: FA, 9A and 73. RGB value is (250,154,115). Sum of RGB (Red+Green+Blue) = 250+154+115=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9A73 is #05658C. Grayscale: #B2B2B2. Windows color (decimal): -353677 or 7576314. OLE color: 7576314.

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

Color convert

RGB250154115-
CMYK00.380.540.02
HSL17.33º93.1%71.57%-
HSV(B)17.33º54%98.04%-
XYZ54.0744.6721.99-
YUV178.2692.3179.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 115 (45.31% from 255) = 22.16%
R=48.17%
G=29.67%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015411500.380.540.0217.3393.171.57
HexFA9A73026362115d48
Octal37223216304666221135110
Binary111110101001101011100110100110110110101000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9A73; }

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

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

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

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

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

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

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

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