#F7A686

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

Shades of Light Salmon #F7A686

Tints of Light Salmon #F7A686

Color information

#F7A686 (or 0xF7A686) is unknown color: approx Light Salmon. HEX triplet: F7, A6 and 86. RGB value is (247,166,134). Sum of RGB (Red+Green+Blue) = 247+166+134=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A686 is #085979. Grayscale: #BABABA. Windows color (decimal): -547194 or 8824567. OLE color: 8824567.

HSL color Cylindrical-coordinate representation of color #F7A686: hue angle of 16.99º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7A686 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247166134-
CMYK00.330.460.03
HSL16.99º87.6%74.71%-
HSV(B)16.99º45.75%96.86%-
XYZ56.348.7729-
YUV186.5798.34171.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.16%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=45.16%
G=30.35%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716613400.330.460.0316.9987.674.71
HexF7A6860212E311584b
Octal36724620604156321130113
Binary1111011110100110100001100100001101110111000110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A686; }

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

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

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

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

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

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

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

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