#FAA679

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

Shades of Light Salmon #FAA679

Tints of Light Salmon #FAA679

Color information

#FAA679 (or 0xFAA679) is unknown color: approx Light Salmon. HEX triplet: FA, A6 and 79. RGB value is (250,166,121). Sum of RGB (Red+Green+Blue) = 250+166+121=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA679 is #055986. Grayscale: #BABABA. Windows color (decimal): -350599 or 7972602. OLE color: 7972602.

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

Color convert

RGB250166121-
CMYK00.340.520.02
HSL20.93º92.81%72.75%-
HSV(B)20.93º51.6%98.04%-
XYZ56.5148.9824.56-
YUV185.9991.33173.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 121 (47.66% from 255) = 22.53%
R=46.55%
G=30.91%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016612100.340.520.0220.9392.8172.75
HexFAA679022342155d49
Octal37224617104264225135111
Binary111110101010011011110010100010110100101010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA679; }

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

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

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

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

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

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

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

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