#FB8374

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

Shades of Salmon #FB8374

Tints of Salmon #FB8374

Color information

#FB8374 (or 0xFB8374) is unknown color: approx Salmon. HEX triplet: FB, 83 and 74. RGB value is (251,131,116). Sum of RGB (Red+Green+Blue) = 251+131+116=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8374 is #047C8B. Grayscale: #A5A5A5. Windows color (decimal): -294028 or 7635963. OLE color: 7635963.

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

Color convert

RGB251131116-
CMYK00.480.540.02
HSL6.67º94.41%71.96%-
HSV(B)6.67º53.78%98.43%-
XYZ51.053821.17-
YUV165.17100.26189.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.40%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=50.40%
G=26.31%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113111600.480.540.026.6794.4171.96
HexFB837403036275e48
Octal3732031640606627136110
Binary1111101110000011111010001100001101101011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8374; }

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

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

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

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

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

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

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

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