#F39374

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

Shades of Dark Salmon #F39374

Tints of Dark Salmon #F39374

Color information

#F39374 (or 0xF39374) is unknown color: approx Dark Salmon. HEX triplet: F3, 93 and 74. RGB value is (243,147,116). Sum of RGB (Red+Green+Blue) = 243+147+116=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F39374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39374 is #0C6C8B. Grayscale: #ACACAC. Windows color (decimal): -814220 or 7640051. OLE color: 7640051.

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

Color convert

RGB243147116-
CMYK00.400.520.05
HSL14.65º84.11%70.39%-
HSV(B)14.65º52.26%95.29%-
XYZ50.5541.1821.81-
YUV172.1796.3178.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=48.02%
G=29.05%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314711600.400.520.0514.6584.1170.39
HexF39374028345f5446
Octal36322316405064517124106
Binary111100111001001111101000101000110100101111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39374; }

 p { color: rgb(243,147,116); }

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

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

 a { background-color: rgb(243,147,116); }

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

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

 span { border-color: rgb(243,147,116); }

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