#FA9C73

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

Shades of Light Salmon #FA9C73

Tints of Light Salmon #FA9C73

Color information

#FA9C73 (or 0xFA9C73) is unknown color: approx Light Salmon. HEX triplet: FA, 9C and 73. RGB value is (250,156,115). Sum of RGB (Red+Green+Blue) = 250+156+115=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9C73 is #05638C. Grayscale: #B3B3B3. Windows color (decimal): -353165 or 7576826. OLE color: 7576826.

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

Color convert

RGB250156115-
CMYK00.380.540.02
HSL18.22º93.1%71.57%-
HSV(B)18.22º54%98.04%-
XYZ54.4145.3422.1-
YUV179.4391.64178.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 115 (45.31% from 255) = 22.07%
R=47.98%
G=29.94%
B=22.07%

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
Decimal25015611500.380.540.0218.2293.171.57
HexFA9C73026362125d48
Octal37223416304666222135110
Binary111110101001110011100110100110110110101001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9C73; }

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

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

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

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

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

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

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

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