#FAA786

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

Shades of Light Salmon #FAA786

Tints of Light Salmon #FAA786

Color information

#FAA786 (or 0xFAA786) is unknown color: approx Light Salmon. HEX triplet: FA, A7 and 86. RGB value is (250,167,134). Sum of RGB (Red+Green+Blue) = 250+167+134=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA786 is #055879. Grayscale: #BCBCBC. Windows color (decimal): -350330 or 8824826. OLE color: 8824826.

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

Color convert

RGB250167134-
CMYK00.330.460.02
HSL17.07º92.06%75.29%-
HSV(B)17.07º46.4%98.04%-
XYZ57.5549.6829.11-
YUV188.0697.5172.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 134 (52.73% from 255) = 24.32%
R=45.37%
G=30.31%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016713400.330.460.0217.0792.0675.29
HexFAA7860212E2115c4b
Octal37224720604156221134113
Binary1111101010100111100001100100001101110101000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA786; }

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

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

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

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

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

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

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

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