#F3896A

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

Shades of Salmon #F3896A

Tints of Salmon #F3896A

Color information

#F3896A (or 0xF3896A) is unknown color: approx Salmon. HEX triplet: F3, 89 and 6A. RGB value is (243,137,106). Sum of RGB (Red+Green+Blue) = 243+137+106=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3896A is #0C7695. Grayscale: #A5A5A5. Windows color (decimal): -816790 or 6982131. OLE color: 6982131.

HSL color Cylindrical-coordinate representation of color #F3896A: hue angle of 13.58º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3896A is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB243137106-
CMYK00.440.560.05
HSL13.58º85.09%68.43%-
HSV(B)13.58º56.38%95.29%-
XYZ48.5137.9918.41-
YUV165.1694.62183.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=50%
G=28.19%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313710600.440.560.0513.5885.0968.43
HexF3896A02C385e5544
Octal36321115205470516125104
Binary111100111000100111010100101100111000101111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3896A; }

 p { color: rgb(243,137,106); }

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

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

 a { background-color: rgb(243,137,106); }

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

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

 span { border-color: rgb(243,137,106); }

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