#F7A080

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

Shades of Light Salmon #F7A080

Tints of Light Salmon #F7A080

Color information

#F7A080 (or 0xF7A080) is unknown color: approx Light Salmon. HEX triplet: F7, A0 and 80. RGB value is (247,160,128). Sum of RGB (Red+Green+Blue) = 247+160+128=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A080 is #085F7F. Grayscale: #B6B6B6. Windows color (decimal): -548736 or 8429815. OLE color: 8429815.

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

Color convert

RGB247160128-
CMYK00.350.480.03
HSL16.13º88.15%73.53%-
HSV(B)16.13º48.18%96.86%-
XYZ54.8246.4726.5-
YUV182.3697.32174.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.17%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=46.17%
G=29.91%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716012800.350.480.0316.1388.1573.53
HexF7A08002330310584a
Octal36724020004360320130112
Binary1111011110100000100000000100011110000111000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A080; }

 p { color: rgb(247,160,128); }

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

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

 a { background-color: rgb(247,160,128); }

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

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

 span { border-color: rgb(247,160,128); }

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