#F79B76

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

Shades of Light Salmon #F79B76

Tints of Light Salmon #F79B76

Color information

#F79B76 (or 0xF79B76) is unknown color: approx Light Salmon. HEX triplet: F7, 9B and 76. RGB value is (247,155,118). Sum of RGB (Red+Green+Blue) = 247+155+118=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F79B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79B76 is #086489. Grayscale: #B2B2B2. Windows color (decimal): -550026 or 7773175. OLE color: 7773175.

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

Color convert

RGB247155118-
CMYK00.370.520.03
HSL17.21º88.97%71.57%-
HSV(B)17.21º52.23%96.86%-
XYZ53.3544.5222.92-
YUV178.2993.98177.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.5%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=47.5%
G=29.81%
B=22.69%

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
Decimal24715511800.370.520.0317.2188.9771.57
HexF79B76025343115948
Octal36723316604564321131110
Binary111101111001101111101100100101110100111000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79B76; }

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

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

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

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

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

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

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

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