#F38465

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

Shades of Salmon #F38465

Tints of Salmon #F38465

Color information

#F38465 (or 0xF38465) is unknown color: approx Salmon. HEX triplet: F3, 84 and 65. RGB value is (243,132,101). Sum of RGB (Red+Green+Blue) = 243+132+101=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F38465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38465 is #0C7B9A. Grayscale: #A1A1A1. Windows color (decimal): -818075 or 6653171. OLE color: 6653171.

HSL color Cylindrical-coordinate representation of color #F38465: hue angle of 13.1º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38465 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB243132101-
CMYK00.460.580.05
HSL13.1º85.54%67.45%-
HSV(B)13.1º58.44%95.29%-
XYZ47.5636.516.85-
YUV161.6693.77186.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.05%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 101 (39.84% from 255) = 21.22%
R=51.05%
G=27.73%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313210100.460.580.0513.185.5467.45
HexF3846502E3A5d5643
Octal36320414505672515126103
Binary111100111000010011001010101110111010101110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38465; }

 p { color: rgb(243,132,101); }

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

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

 a { background-color: rgb(243,132,101); }

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

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

 span { border-color: rgb(243,132,101); }

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