#FAA079

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

Shades of Light Salmon #FAA079

Tints of Light Salmon #FAA079

Color information

#FAA079 (or 0xFAA079) is unknown color: approx Light Salmon. HEX triplet: FA, A0 and 79. RGB value is (250,160,121). Sum of RGB (Red+Green+Blue) = 250+160+121=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA079 is #055F86. Grayscale: #B6B6B6. Windows color (decimal): -352135 or 7971066. OLE color: 7971066.

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

Color convert

RGB250160121-
CMYK00.360.520.02
HSL18.14º92.81%72.75%-
HSV(B)18.14º51.6%98.04%-
XYZ55.4546.8524.21-
YUV182.4693.32176.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=47.08%
G=30.13%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016012100.360.520.0218.1492.8172.75
HexFAA079024342125d49
Octal37224017104464222135111
Binary111110101010000011110010100100110100101001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA079; }

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

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

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

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

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

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

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

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