#FB837D

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

Shades of Salmon #FB837D

Tints of Salmon #FB837D

Color information

#FB837D (or 0xFB837D) is unknown color: approx Salmon. HEX triplet: FB, 83 and 7D. RGB value is (251,131,125). Sum of RGB (Red+Green+Blue) = 251+131+125=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB837D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB837D is #047C82. Grayscale: #A6A6A6. Windows color (decimal): -294019 or 8225787. OLE color: 8225787.

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

Color convert

RGB251131125-
CMYK00.480.500.02
HSL2.86º94.03%73.73%-
HSV(B)2.86º50.2%98.43%-
XYZ51.638.2224.06-
YUV166.2104.76188.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.51%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=49.51%
G=25.84%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113112500.480.500.022.8694.0373.73
HexFB837D03032235e4a
Octal3732031750606223136112
Binary111110111000001111111010110000110010101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB837D; }

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

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

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

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

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

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

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

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