#F79373

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

Shades of Dark Salmon #F79373

Tints of Dark Salmon #F79373

Color information

#F79373 (or 0xF79373) is unknown color: approx Dark Salmon. HEX triplet: F7, 93 and 73. RGB value is (247,147,115). Sum of RGB (Red+Green+Blue) = 247+147+115=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F79373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79373 is #086C8C. Grayscale: #ADADAD. Windows color (decimal): -552077 or 7574519. OLE color: 7574519.

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

Color convert

RGB247147115-
CMYK00.400.530.03
HSL14.55º89.19%70.98%-
HSV(B)14.55º53.44%96.86%-
XYZ51.8941.8821.57-
YUV173.2595.13180.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.53%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 115 (45.31% from 255) = 22.59%
R=48.53%
G=28.88%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714711500.400.530.0314.5589.1970.98
HexF79373028353f5947
Octal36722316305065317131107
Binary11110111100100111110011010100011010111111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79373; }

 p { color: rgb(247,147,115); }

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

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

 a { background-color: rgb(247,147,115); }

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

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

 span { border-color: rgb(247,147,115); }

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