#FA9D79

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

Shades of Light Salmon #FA9D79

Tints of Light Salmon #FA9D79

Color information

#FA9D79 (or 0xFA9D79) is unknown color: approx Light Salmon. HEX triplet: FA, 9D and 79. RGB value is (250,157,121). Sum of RGB (Red+Green+Blue) = 250+157+121=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9D79 is #056286. Grayscale: #B4B4B4. Windows color (decimal): -352903 or 7970298. OLE color: 7970298.

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

Color convert

RGB250157121-
CMYK00.370.520.02
HSL16.74º92.81%72.75%-
HSV(B)16.74º51.6%98.04%-
XYZ54.9345.8224.04-
YUV180.794.31177.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 121 (47.66% from 255) = 22.92%
R=47.35%
G=29.73%
B=22.92%

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
Decimal25015712100.370.520.0216.7492.8172.75
HexFA9D79025342115d49
Octal37223517104564221135111
Binary111110101001110111110010100101110100101000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D79; }

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

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

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

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

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

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

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

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