#FB886A

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

Shades of Salmon #FB886A

Tints of Salmon #FB886A

Color information

#FB886A (or 0xFB886A) is unknown color: approx Salmon. HEX triplet: FB, 88 and 6A. RGB value is (251,136,106). Sum of RGB (Red+Green+Blue) = 251+136+106=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB886A is #047795. Grayscale: #A7A7A7. Windows color (decimal): -292758 or 6981883. OLE color: 6981883.

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

Color convert

RGB251136106-
CMYK00.460.580.02
HSL12.41º94.77%70%-
HSV(B)12.41º57.77%98.43%-
XYZ51.1939.1618.5-
YUV166.9693.6187.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.91%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=50.91%
G=27.59%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113610600.460.580.0212.4194.7770
HexFB886A02E3A2c5f46
Octal37321015205672214137106
Binary11111011100010001101010010111011101010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB886A; }

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

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

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

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

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

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

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

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