#F3886B

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

Shades of Salmon #F3886B

Tints of Salmon #F3886B

Color information

#F3886B (or 0xF3886B) is unknown color: approx Salmon. HEX triplet: F3, 88 and 6B. RGB value is (243,136,107). Sum of RGB (Red+Green+Blue) = 243+136+107=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3886B is #0C7794. Grayscale: #A4A4A4. Windows color (decimal): -817045 or 7047411. OLE color: 7047411.

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

Color convert

RGB243136107-
CMYK00.440.560.05
HSL12.79º85%68.63%-
HSV(B)12.79º55.97%95.29%-
XYZ48.4237.7218.64-
YUV164.6995.45183.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 107 (42.19% from 255) = 22.02%
R=50%
G=27.98%
B=22.02%

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
Decimal24313610700.440.560.0512.798568.63
HexF3886B02C385d5545
Octal36321015305470515125105
Binary111100111000100011010110101100111000101110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3886B; }

 p { color: rgb(243,136,107); }

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

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

 a { background-color: rgb(243,136,107); }

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

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

 span { border-color: rgb(243,136,107); }

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