#F49675

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

Shades of Dark Salmon #F49675

Tints of Dark Salmon #F49675

Color information

#F49675 (or 0xF49675) is unknown color: approx Dark Salmon. HEX triplet: F4, 96 and 75. RGB value is (244,150,117). Sum of RGB (Red+Green+Blue) = 244+150+117=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F49675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49675 is #0B698A. Grayscale: #AEAEAE. Windows color (decimal): -747915 or 7706356. OLE color: 7706356.

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

Color convert

RGB244150117-
CMYK00.390.520.04
HSL15.59º85.23%70.78%-
HSV(B)15.59º52.05%95.69%-
XYZ51.4342.3322.29-
YUV174.3495.64177.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=47.75%
G=29.35%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415011700.390.520.0415.5985.2370.78
HexF49675027344105547
Octal36422616504764420125107
Binary1111010010010110111010101001111101001001000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49675; }

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

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

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

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

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

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

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

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