#F49374

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

Shades of Dark Salmon #F49374

Tints of Dark Salmon #F49374

Color information

#F49374 (or 0xF49374) is unknown color: approx Dark Salmon. HEX triplet: F4, 93 and 74. RGB value is (244,147,116). Sum of RGB (Red+Green+Blue) = 244+147+116=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F49374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49374 is #0B6C8B. Grayscale: #ACACAC. Windows color (decimal): -748684 or 7640052. OLE color: 7640052.

HSL color Cylindrical-coordinate representation of color #F49374: hue angle of 14.53º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F49374 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB244147116-
CMYK00.400.520.04
HSL14.53º85.33%70.59%-
HSV(B)14.53º52.46%95.69%-
XYZ50.8941.3621.82-
YUV172.4796.14179.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.13%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=48.13%
G=28.99%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414711600.400.520.0414.5385.3370.59
HexF49374028344f5547
Octal36422316405064417125107
Binary111101001001001111101000101000110100100111110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49374; }

 p { color: rgb(244,147,116); }

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

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

 a { background-color: rgb(244,147,116); }

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

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

 span { border-color: rgb(244,147,116); }

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