#FAA17C

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

Shades of Light Salmon #FAA17C

Tints of Light Salmon #FAA17C

Color information

#FAA17C (or 0xFAA17C) is unknown color: approx Light Salmon. HEX triplet: FA, A1 and 7C. RGB value is (250,161,124). Sum of RGB (Red+Green+Blue) = 250+161+124=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA17C is #055E83. Grayscale: #B7B7B7. Windows color (decimal): -351876 or 8167930. OLE color: 8167930.

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

Color convert

RGB250161124-
CMYK00.360.500.02
HSL17.62º92.65%73.33%-
HSV(B)17.62º50.4%98.04%-
XYZ55.8147.2725.25-
YUV183.3994.49175.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=46.73%
G=30.09%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016112400.360.500.0217.6292.6573.33
HexFAA17C024322125d49
Octal37224117404462222135111
Binary111110101010000111111000100100110010101001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA17C; }

 p { color: rgb(250,161,124); }

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

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

 a { background-color: rgb(250,161,124); }

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

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

 span { border-color: rgb(250,161,124); }

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