#F39A78

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

Shades of Dark Salmon #F39A78

Tints of Dark Salmon #F39A78

Color information

#F39A78 (or 0xF39A78) is unknown color: approx Dark Salmon. HEX triplet: F3, 9A and 78. RGB value is (243,154,120). Sum of RGB (Red+Green+Blue) = 243+154+120=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F39A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39A78 is #0C6587. Grayscale: #B0B0B0. Windows color (decimal): -812424 or 7903987. OLE color: 7903987.

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

Color convert

RGB243154120-
CMYK00.370.510.05
HSL16.59º83.67%71.18%-
HSV(B)16.59º50.62%95.29%-
XYZ51.9143.5223.43-
YUV176.7495.99175.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 120 (47.27% from 255) = 23.21%
R=47.00%
G=29.79%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315412000.370.510.0516.5983.6771.18
HexF39A78025335115447
Octal36323217004563521124107
Binary1111001110011010111100001001011100111011000110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39A78; }

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

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

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

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

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

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

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

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