#F3917C

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

Shades of Dark Salmon #F3917C

Tints of Dark Salmon #F3917C

Color information

#F3917C (or 0xF3917C) is unknown color: approx Dark Salmon. HEX triplet: F3, 91 and 7C. RGB value is (243,145,124). Sum of RGB (Red+Green+Blue) = 243+145+124=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3917C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3917C is #0C6E83. Grayscale: #ACACAC. Windows color (decimal): -814724 or 8163827. OLE color: 8163827.

HSL color Cylindrical-coordinate representation of color #F3917C: hue angle of 10.59º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3917C is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB243145124-
CMYK00.400.490.05
HSL10.59º83.22%71.96%-
HSV(B)10.59º48.97%95.29%-
XYZ50.7340.7624.26-
YUV171.91100.97178.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.46%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=47.46%
G=28.32%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314512400.400.490.0510.5983.2271.96
HexF3917C028315b5348
Octal36322117405061513123110
Binary111100111001000111111000101000110001101101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3917C; }

 p { color: rgb(243,145,124); }

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

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

 a { background-color: rgb(243,145,124); }

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

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

 span { border-color: rgb(243,145,124); }

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