#F49079

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

Shades of Dark Salmon #F49079

Tints of Dark Salmon #F49079

Color information

#F49079 (or 0xF49079) is unknown color: approx Dark Salmon. HEX triplet: F4, 90 and 79. RGB value is (244,144,121). Sum of RGB (Red+Green+Blue) = 244+144+121=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F49079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49079 is #0B6F86. Grayscale: #ABABAB. Windows color (decimal): -749447 or 7966964. OLE color: 7966964.

HSL color Cylindrical-coordinate representation of color #F49079: hue angle of 11.22º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F49079 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB244144121-
CMYK00.410.500.04
HSL11.22º84.83%71.57%-
HSV(B)11.22º50.41%95.69%-
XYZ50.7340.5623.24-
YUV171.2899.63179.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.94%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=47.94%
G=28.29%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414412100.410.500.0411.2284.8371.57
HexF49079029324b5548
Octal36422017105162413125110
Binary111101001001000011110010101001110010100101110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49079; }

 p { color: rgb(244,144,121); }

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

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

 a { background-color: rgb(244,144,121); }

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

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

 span { border-color: rgb(244,144,121); }

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