#F7A179

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

Shades of Light Salmon #F7A179

Tints of Light Salmon #F7A179

Color information

#F7A179 (or 0xF7A179) is unknown color: approx Light Salmon. HEX triplet: F7, A1 and 79. RGB value is (247,161,121). Sum of RGB (Red+Green+Blue) = 247+161+121=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A179 is #085E86. Grayscale: #B6B6B6. Windows color (decimal): -548487 or 7971319. OLE color: 7971319.

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

Color convert

RGB247161121-
CMYK00.350.510.03
HSL19.05º88.73%72.16%-
HSV(B)19.05º51.01%96.86%-
XYZ54.5546.6424.22-
YUV182.1593.49174.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.69%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 121 (47.66% from 255) = 22.87%
R=46.69%
G=30.43%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716112100.350.510.0319.0588.7372.16
HexF7A179023333135948
Octal36724117104363323131110
Binary111101111010000111110010100011110011111001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A179; }

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

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

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

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

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

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

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

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