#FA9E76

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

Shades of Light Salmon #FA9E76

Tints of Light Salmon #FA9E76

Color information

#FA9E76 (or 0xFA9E76) is unknown color: approx Light Salmon. HEX triplet: FA, 9E and 76. RGB value is (250,158,118). Sum of RGB (Red+Green+Blue) = 250+158+118=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E76 is #056189. Grayscale: #B5B5B5. Windows color (decimal): -352650 or 7773946. OLE color: 7773946.

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

Color convert

RGB250158118-
CMYK00.370.530.02
HSL18.18º92.96%72.16%-
HSV(B)18.18º52.8%98.04%-
XYZ54.9246.0923.14-
YUV180.9592.48177.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 118 (46.48% from 255) = 22.43%
R=47.53%
G=30.04%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015811800.370.530.0218.1892.9672.16
HexFA9E76025352125d48
Octal37223616604565222135110
Binary111110101001111011101100100101110101101001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9E76; }

 p { color: rgb(250,158,118); }

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

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

 a { background-color: rgb(250,158,118); }

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

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

 span { border-color: rgb(250,158,118); }

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