#f39675

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

Shades of Dark Salmon #F39675

Tints of Dark Salmon #F39675

Color information

#F39675 (or 0xF39675) is unknown color: approx Dark Salmon. HEX triplet: F3, 96 and 75. RGB value is (243,150,117). Sum of RGB (Red+Green+Blue) = 243+150+117=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F39675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39675 is #0C698A. Grayscale: #AEAEAE. Windows color (decimal): -813451 or 7706355. OLE color: 7706355.

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

Color convert

RGB243150117-
CMYK00.380.520.05
HSL15.71º84%70.59%-
HSV(B)15.71º51.85%95.29%-
XYZ51.0842.1522.27-
YUV174.0495.81177.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.65%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=47.65%
G=29.41%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315011700.380.520.0515.718470.59
HexF39675026345105447
Octal36322616504664520124107
Binary1111001110010110111010101001101101001011000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f39675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f39675; }

 p { color: rgb(243,150,117); }

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

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

 a { background-color: rgb(243,150,117); }

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

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

 span { border-color: rgb(243,150,117); }

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