#FB8769

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

Shades of Salmon #FB8769

Tints of Salmon #FB8769

Color information

#FB8769 (or 0xFB8769) is unknown color: approx Salmon. HEX triplet: FB, 87 and 69. RGB value is (251,135,105). Sum of RGB (Red+Green+Blue) = 251+135+105=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8769 is #047896. Grayscale: #A6A6A6. Windows color (decimal): -293015 or 6916091. OLE color: 6916091.

HSL color Cylindrical-coordinate representation of color #FB8769: hue angle of 12.33º 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 #FB8769 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251135105-
CMYK00.460.580.02
HSL12.33º94.81%69.8%-
HSV(B)12.33º58.17%98.43%-
XYZ5138.8618.18-
YUV166.2693.43188.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.12%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=51.12%
G=27.49%
B=21.38%

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
Decimal25113510500.460.580.0212.3394.8169.8
HexFB876902E3A2c5f46
Octal37320715105672214137106
Binary11111011100001111101001010111011101010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8769; }

 p { color: rgb(251,135,105); }

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

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

 a { background-color: rgb(251,135,105); }

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

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

 span { border-color: rgb(251,135,105); }

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