#F79372

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

Shades of Dark Salmon #F79372

Tints of Dark Salmon #F79372

Color information

#F79372 (or 0xF79372) is unknown color: approx Dark Salmon. HEX triplet: F7, 93 and 72. RGB value is (247,147,114). Sum of RGB (Red+Green+Blue) = 247+147+114=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F79372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79372 is #086C8D. Grayscale: #ADADAD. Windows color (decimal): -552078 or 7508983. OLE color: 7508983.

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

Color convert

RGB247147114-
CMYK00.400.540.03
HSL14.89º89.26%70.78%-
HSV(B)14.89º53.85%96.86%-
XYZ51.8341.8621.27-
YUV173.1494.63180.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.62%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=48.62%
G=28.94%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714711400.400.540.0314.8989.2670.78
HexF79372028363f5947
Octal36722316205066317131107
Binary11110111100100111110010010100011011011111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79372; }

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

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

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

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

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

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

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

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