#FB8375

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

Shades of Salmon #FB8375

Tints of Salmon #FB8375

Color information

#FB8375 (or 0xFB8375) is unknown color: approx Salmon. HEX triplet: FB, 83 and 75. RGB value is (251,131,117). Sum of RGB (Red+Green+Blue) = 251+131+117=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8375 is #047C8A. Grayscale: #A5A5A5. Windows color (decimal): -294027 or 7701499. OLE color: 7701499.

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

Color convert

RGB251131117-
CMYK00.480.530.02
HSL6.27º94.37%72.16%-
HSV(B)6.27º53.39%98.43%-
XYZ51.1138.0321.48-
YUV165.28100.76189.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=50.30%
G=26.25%
B=23.45%

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
Decimal25113111700.480.530.026.2794.3772.16
HexFB837503035265e48
Octal3732031650606526136110
Binary1111101110000011111010101100001101011011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8375; }

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

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

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

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

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

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

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

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