#FB8376

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

Shades of Salmon #FB8376

Tints of Salmon #FB8376

Color information

#FB8376 (or 0xFB8376) is unknown color: approx Salmon. HEX triplet: FB, 83 and 76. RGB value is (251,131,118). Sum of RGB (Red+Green+Blue) = 251+131+118=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8376 is #047C89. Grayscale: #A5A5A5. Windows color (decimal): -294026 or 7767035. OLE color: 7767035.

HSL color Cylindrical-coordinate representation of color #FB8376: hue angle of 5.86º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB8376 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB251131118-
CMYK00.480.530.02
HSL5.86º94.33%72.35%-
HSV(B)5.86º52.99%98.43%-
XYZ51.1738.0521.79-
YUV165.4101.26189.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.2%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=50.2%
G=26.2%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113111800.480.530.025.8694.3372.35
HexFB837603035265e48
Octal3732031660606526136110
Binary1111101110000011111011001100001101011011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8376; }

 p { color: rgb(251,131,118); }

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

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

 a { background-color: rgb(251,131,118); }

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

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

 span { border-color: rgb(251,131,118); }

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