#FAA587

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

Shades of Light Salmon #FAA587

Tints of Light Salmon #FAA587

Color information

#FAA587 (or 0xFAA587) is unknown color: approx Light Salmon. HEX triplet: FA, A5 and 87. RGB value is (250,165,135). Sum of RGB (Red+Green+Blue) = 250+165+135=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA587 is #055A78. Grayscale: #BBBBBB. Windows color (decimal): -350841 or 8889850. OLE color: 8889850.

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

Color convert

RGB250165135-
CMYK00.340.460.02
HSL15.65º92%75.49%-
HSV(B)15.65º46%98.04%-
XYZ57.2548.9829.36-
YUV18798.66172.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 135 (53.12% from 255) = 24.55%
R=45.45%
G=30%
B=24.55%

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
Decimal25016513500.340.460.0215.659275.49
HexFAA5870222E2105c4b
Octal37224520704256220134113
Binary1111101010100101100001110100010101110101000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA587; }

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

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

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

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

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

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

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

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