#F7886A

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

Shades of Salmon #F7886A

Tints of Salmon #F7886A

Color information

#F7886A (or 0xF7886A) is unknown color: approx Salmon. HEX triplet: F7, 88 and 6A. RGB value is (247,136,106). Sum of RGB (Red+Green+Blue) = 247+136+106=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7886A is #087795. Grayscale: #A5A5A5. Windows color (decimal): -554902 or 6981879. OLE color: 6981879.

HSL color Cylindrical-coordinate representation of color #F7886A: hue angle of 12.77º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7886A is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247136106-
CMYK00.450.570.03
HSL12.77º89.81%69.22%-
HSV(B)12.77º57.09%96.86%-
XYZ49.7638.4218.43-
YUV165.7794.27185.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.51%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=50.51%
G=27.81%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713610600.450.570.0312.7789.8169.22
HexF7886A02D393d5a45
Octal36721015205571315132105
Binary11110111100010001101010010110111100111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7886A; }

 p { color: rgb(247,136,106); }

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

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

 a { background-color: rgb(247,136,106); }

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

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

 span { border-color: rgb(247,136,106); }

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