#FA9E79

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

Shades of Light Salmon #FA9E79

Tints of Light Salmon #FA9E79

Color information

#FA9E79 (or 0xFA9E79) is unknown color: approx Light Salmon. HEX triplet: FA, 9E and 79. RGB value is (250,158,121). Sum of RGB (Red+Green+Blue) = 250+158+121=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E79 is #056186. Grayscale: #B5B5B5. Windows color (decimal): -352647 or 7970554. OLE color: 7970554.

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

Color convert

RGB250158121-
CMYK00.370.520.02
HSL17.21º92.81%72.75%-
HSV(B)17.21º51.6%98.04%-
XYZ55.146.1624.09-
YUV181.2993.98177.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 121 (47.66% from 255) = 22.87%
R=47.26%
G=29.87%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015812100.370.520.0217.2192.8172.75
HexFA9E79025342115d49
Octal37223617104564221135111
Binary111110101001111011110010100101110100101000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9E79; }

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

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

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

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

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

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

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

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