#F49375

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

Shades of Dark Salmon #F49375

Tints of Dark Salmon #F49375

Color information

#F49375 (or 0xF49375) is unknown color: approx Dark Salmon. HEX triplet: F4, 93 and 75. RGB value is (244,147,117). Sum of RGB (Red+Green+Blue) = 244+147+117=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F49375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49375 is #0B6C8A. Grayscale: #ACACAC. Windows color (decimal): -748683 or 7705588. OLE color: 7705588.

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

Color convert

RGB244147117-
CMYK00.400.520.04
HSL14.17º85.23%70.78%-
HSV(B)14.17º52.05%95.69%-
XYZ50.9541.3822.13-
YUV172.5896.64178.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.03%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=48.03%
G=28.94%
B=23.03%

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
Decimal24414711700.400.520.0414.1785.2370.78
HexF49375028344e5547
Octal36422316505064416125107
Binary111101001001001111101010101000110100100111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49375; }

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

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

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

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

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

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

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

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