#F39B7D

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

Shades of Dark Salmon #F39B7D

Tints of Dark Salmon #F39B7D

Color information

#F39B7D (or 0xF39B7D) is unknown color: approx Dark Salmon. HEX triplet: F3, 9B and 7D. RGB value is (243,155,125). Sum of RGB (Red+Green+Blue) = 243+155+125=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F39B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39B7D is #0C6482. Grayscale: #B2B2B2. Windows color (decimal): -812163 or 8231923. OLE color: 8231923.

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

Color convert

RGB243155125-
CMYK00.360.490.05
HSL15.25º83.1%72.16%-
HSV(B)15.25º48.56%95.29%-
XYZ52.3943.9825.13-
YUV177.8998.15174.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.46%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 125 (49.22% from 255) = 23.90%
R=46.46%
G=29.64%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315512500.360.490.0515.2583.172.16
HexF39B7D024315f5348
Octal36323317504461517123110
Binary111100111001101111111010100100110001101111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39B7D; }

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

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

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

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

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

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

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

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