#F39671

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

Shades of Dark Salmon #F39671

Tints of Dark Salmon #F39671

Color information

#F39671 (or 0xF39671) is unknown color: approx Dark Salmon. HEX triplet: F3, 96 and 71. RGB value is (243,150,113). Sum of RGB (Red+Green+Blue) = 243+150+113=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F39671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39671 is #0C698E. Grayscale: #ADADAD. Windows color (decimal): -813455 or 7444211. OLE color: 7444211.

HSL color Cylindrical-coordinate representation of color #F39671: hue angle of 17.08º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F39671 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243150113-
CMYK00.380.530.05
HSL17.08º84.42%69.8%-
HSV(B)17.08º53.5%95.29%-
XYZ50.8542.0621.06-
YUV173.5993.81177.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 113 (44.53% from 255) = 22.33%
R=48.02%
G=29.64%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315011300.380.530.0517.0884.4269.8
HexF39671026355115446
Octal36322616104665521124106
Binary1111001110010110111000101001101101011011000110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39671; }

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

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

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

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

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

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

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

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