#F79E79

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

Shades of Light Salmon #F79E79

Tints of Light Salmon #F79E79

Color information

#F79E79 (or 0xF79E79) is unknown color: approx Light Salmon. HEX triplet: F7, 9E and 79. RGB value is (247,158,121). Sum of RGB (Red+Green+Blue) = 247+158+121=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F79E79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79E79 is #086186. Grayscale: #B4B4B4. Windows color (decimal): -549255 or 7970551. OLE color: 7970551.

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

Color convert

RGB247158121-
CMYK00.360.510.03
HSL17.62º88.73%72.16%-
HSV(B)17.62º51.01%96.86%-
XYZ54.0445.6124.04-
YUV180.3994.49175.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 121 (47.66% from 255) = 23.00%
R=46.96%
G=30.04%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715812100.360.510.0317.6288.7372.16
HexF79E79024333125948
Octal36723617104463322131110
Binary111101111001111011110010100100110011111001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79E79; }

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

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

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

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

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

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

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

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