#F79E75

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

Shades of Light Salmon #F79E75

Tints of Light Salmon #F79E75

Color information

#F79E75 (or 0xF79E75) is unknown color: approx Light Salmon. HEX triplet: F7, 9E and 75. RGB value is (247,158,117). Sum of RGB (Red+Green+Blue) = 247+158+117=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F79E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79E75 is #08618A. Grayscale: #B4B4B4. Windows color (decimal): -549259 or 7708407. OLE color: 7708407.

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

Color convert

RGB247158117-
CMYK00.360.530.03
HSL18.92º89.04%71.37%-
HSV(B)18.92º52.63%96.86%-
XYZ53.845.5122.78-
YUV179.9492.49175.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.32%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=47.32%
G=30.27%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715811700.360.530.0318.9289.0471.37
HexF79E75024353135947
Octal36723616504465323131107
Binary111101111001111011101010100100110101111001110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79E75; }

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

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

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

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

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

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

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

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