#F79C76

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

Shades of Light Salmon #F79C76

Tints of Light Salmon #F79C76

Color information

#F79C76 (or 0xF79C76) is unknown color: approx Light Salmon. HEX triplet: F7, 9C and 76. RGB value is (247,156,118). Sum of RGB (Red+Green+Blue) = 247+156+118=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F79C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79C76 is #086389. Grayscale: #B3B3B3. Windows color (decimal): -549770 or 7773431. OLE color: 7773431.

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

Color convert

RGB247156118-
CMYK00.370.520.03
HSL17.67º88.97%71.57%-
HSV(B)17.67º52.23%96.86%-
XYZ53.5244.8622.98-
YUV178.8893.65176.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.41%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=47.41%
G=29.94%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715611800.370.520.0317.6788.9771.57
HexF79C76025343125948
Octal36723416604564322131110
Binary111101111001110011101100100101110100111001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79C76; }

 p { color: rgb(247,156,118); }

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

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

 a { background-color: rgb(247,156,118); }

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

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

 span { border-color: rgb(247,156,118); }

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