#F49671

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

Shades of Dark Salmon #F49671

Tints of Dark Salmon #F49671

Color information

#F49671 (or 0xF49671) is unknown color: approx Dark Salmon. HEX triplet: F4, 96 and 71. RGB value is (244,150,113). Sum of RGB (Red+Green+Blue) = 244+150+113=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F49671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49671 is #0B698E. Grayscale: #AEAEAE. Windows color (decimal): -747919 or 7444212. OLE color: 7444212.

HSL color Cylindrical-coordinate representation of color #F49671: hue angle of 16.95º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F49671 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB244150113-
CMYK00.390.540.04
HSL16.95º85.62%70%-
HSV(B)16.95º53.69%95.69%-
XYZ51.242.2421.08-
YUV173.8993.64178.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.13%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=48.13%
G=29.59%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415011300.390.540.0416.9585.6270
HexF49671027364115646
Octal36422616104766421126106
Binary1111010010010110111000101001111101101001000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49671; }

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

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

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

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

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

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

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

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