#F49378

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

Shades of Dark Salmon #F49378

Tints of Dark Salmon #F49378

Color information

#F49378 (or 0xF49378) is unknown color: approx Dark Salmon. HEX triplet: F4, 93 and 78. RGB value is (244,147,120). Sum of RGB (Red+Green+Blue) = 244+147+120=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F49378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49378 is #0B6C87. Grayscale: #ADADAD. Windows color (decimal): -748680 or 7902196. OLE color: 7902196.

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

Color convert

RGB244147120-
CMYK00.400.510.04
HSL13.06º84.93%71.37%-
HSV(B)13.06º50.82%95.69%-
XYZ51.1341.4623.08-
YUV172.9298.14178.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 120 (47.27% from 255) = 23.48%
R=47.75%
G=28.77%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414712000.400.510.0413.0684.9371.37
HexF49378028334d5547
Octal36422317005063415125107
Binary111101001001001111110000101000110011100110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49378; }

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

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

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

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

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

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

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

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