#F5A686

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

Shades of Light Salmon #F5A686

Tints of Light Salmon #F5A686

Color information

#F5A686 (or 0xF5A686) is unknown color: approx Light Salmon. HEX triplet: F5, A6 and 86. RGB value is (245,166,134). Sum of RGB (Red+Green+Blue) = 245+166+134=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A686 is #0A5979. Grayscale: #BABABA. Windows color (decimal): -678266 or 8824565. OLE color: 8824565.

HSL color Cylindrical-coordinate representation of color #F5A686: hue angle of 17.3º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5A686 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245166134-
CMYK00.320.450.04
HSL17.3º84.73%74.31%-
HSV(B)17.3º45.31%96.08%-
XYZ55.648.4128.97-
YUV185.9798.67170.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=44.95%
G=30.46%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516613400.320.450.0417.384.7374.31
HexF5A6860202D411554a
Octal36524620604055421125112
Binary11110101101001101000011001000001011011001000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A686; }

 p { color: rgb(245,166,134); }

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

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

 a { background-color: rgb(245,166,134); }

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

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

 span { border-color: rgb(245,166,134); }

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