#F7A180

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

Shades of Light Salmon #F7A180

Tints of Light Salmon #F7A180

Color information

#F7A180 (or 0xF7A180) is unknown color: approx Light Salmon. HEX triplet: F7, A1 and 80. RGB value is (247,161,128). Sum of RGB (Red+Green+Blue) = 247+161+128=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A180 is #085E7F. Grayscale: #B7B7B7. Windows color (decimal): -548480 or 8430071. OLE color: 8430071.

HSL color Cylindrical-coordinate representation of color #F7A180: hue angle of 16.64º 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 #F7A180 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247161128-
CMYK00.350.480.03
HSL16.64º88.15%73.53%-
HSV(B)16.64º48.18%96.86%-
XYZ5546.8226.56-
YUV182.9596.99173.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.08%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=46.08%
G=30.04%
B=23.88%

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
Decimal24716112800.350.480.0316.6488.1573.53
HexF7A18002330311584a
Octal36724120004360321130112
Binary1111011110100001100000000100011110000111000110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A180; }

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

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

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

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

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

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

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

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