#F39D7E

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

Shades of Dark Salmon #F39D7E

Tints of Dark Salmon #F39D7E

Color information

#F39D7E (or 0xF39D7E) is unknown color: approx Dark Salmon. HEX triplet: F3, 9D and 7E. RGB value is (243,157,126). Sum of RGB (Red+Green+Blue) = 243+157+126=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39D7E is #0C6281. Grayscale: #B3B3B3. Windows color (decimal): -811650 or 8297971. OLE color: 8297971.

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

Color convert

RGB243157126-
CMYK00.350.480.05
HSL15.9º82.98%72.35%-
HSV(B)15.9º48.15%95.29%-
XYZ52.7944.6725.58-
YUV179.1897.99173.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.20%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=46.20%
G=29.85%
B=23.95%

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
Decimal24315712600.350.480.0515.982.9872.35
HexF39D7E023305105348
Octal36323517604360520123110
Binary1111001110011101111111001000111100001011000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39D7E; }

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

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

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

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

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

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

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

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