#F39B7A

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

Shades of Dark Salmon #F39B7A

Tints of Dark Salmon #F39B7A

Color information

#F39B7A (or 0xF39B7A) is unknown color: approx Dark Salmon. HEX triplet: F3, 9B and 7A. RGB value is (243,155,122). Sum of RGB (Red+Green+Blue) = 243+155+122=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F39B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39B7A is #0C6485. Grayscale: #B1B1B1. Windows color (decimal): -812166 or 8035315. OLE color: 8035315.

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

Color convert

RGB243155122-
CMYK00.360.500.05
HSL16.36º83.45%71.57%-
HSV(B)16.36º49.79%95.29%-
XYZ52.243.924.14-
YUV177.5596.65174.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.73%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 122 (48.05% from 255) = 23.46%
R=46.73%
G=29.81%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315512200.360.500.0516.3683.4571.57
HexF39B7A024325105348
Octal36323317204462520123110
Binary1111001110011011111101001001001100101011000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39B7A; }

 p { color: rgb(243,155,122); }

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

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

 a { background-color: rgb(243,155,122); }

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

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

 span { border-color: rgb(243,155,122); }

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