#FAA586

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

Shades of Light Salmon #FAA586

Tints of Light Salmon #FAA586

Color information

#FAA586 (or 0xFAA586) is unknown color: approx Light Salmon. HEX triplet: FA, A5 and 86. RGB value is (250,165,134). Sum of RGB (Red+Green+Blue) = 250+165+134=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA586 is #055A79. Grayscale: #BBBBBB. Windows color (decimal): -350842 or 8824314. OLE color: 8824314.

HSL color Cylindrical-coordinate representation of color #FAA586: hue angle of 16.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAA586 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250165134-
CMYK00.340.460.02
HSL16.03º92.06%75.29%-
HSV(B)16.03º46.4%98.04%-
XYZ57.1848.9628.99-
YUV186.8898.16173.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 134 (52.73% from 255) = 24.41%
R=45.54%
G=30.05%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016513400.340.460.0216.0392.0675.29
HexFAA5860222E2105c4b
Octal37224520604256220134113
Binary1111101010100101100001100100010101110101000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA586; }

 p { color: rgb(250,165,134); }

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

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

 a { background-color: rgb(250,165,134); }

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

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

 span { border-color: rgb(250,165,134); }

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