#F39A7C

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

Shades of Dark Salmon #F39A7C

Tints of Dark Salmon #F39A7C

Color information

#F39A7C (or 0xF39A7C) is unknown color: approx Dark Salmon. HEX triplet: F3, 9A and 7C. RGB value is (243,154,124). Sum of RGB (Red+Green+Blue) = 243+154+124=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F39A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39A7C is #0C6583. Grayscale: #B1B1B1. Windows color (decimal): -812420 or 8166131. OLE color: 8166131.

HSL color Cylindrical-coordinate representation of color #F39A7C: hue angle of 15.13º 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 #F39A7C is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB243154124-
CMYK00.370.490.05
HSL15.13º83.22%71.96%-
HSV(B)15.13º48.97%95.29%-
XYZ52.1643.6224.74-
YUV177.1997.99174.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.64%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=46.64%
G=29.56%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315412400.370.490.0515.1383.2271.96
HexF39A7C025315f5348
Octal36323217404561517123110
Binary111100111001101011111000100101110001101111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39A7C; }

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

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

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

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

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

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

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

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