#F39D7F

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

Shades of Dark Salmon #F39D7F

Tints of Dark Salmon #F39D7F

Color information

#F39D7F (or 0xF39D7F) is unknown color: approx Dark Salmon. HEX triplet: F3, 9D and 7F. RGB value is (243,157,127). Sum of RGB (Red+Green+Blue) = 243+157+127=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39D7F is #0C6280. Grayscale: #B3B3B3. Windows color (decimal): -811649 or 8363507. OLE color: 8363507.

HSL color Cylindrical-coordinate representation of color #F39D7F: hue angle of 15.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F39D7F is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB243157127-
CMYK00.350.480.05
HSL15.52º82.86%72.55%-
HSV(B)15.52º47.74%95.29%-
XYZ52.8544.725.92-
YUV179.2998.49173.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.11%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 127 (50% from 255) = 24.10%
R=46.11%
G=29.79%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315712700.350.480.0515.5282.8672.55
HexF39D7F023305105349
Octal36323517704360520123111
Binary1111001110011101111111101000111100001011000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39D7F; }

 p { color: rgb(243,157,127); }

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

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

 a { background-color: rgb(243,157,127); }

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

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

 span { border-color: rgb(243,157,127); }

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