#FF8373

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

Shades of Salmon #FF8373

Tints of Salmon #FF8373

Color information

#FF8373 (or 0xFF8373) is unknown color: approx Salmon. HEX triplet: FF, 83 and 73. RGB value is (255,131,115). Sum of RGB (Red+Green+Blue) = 255+131+115=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8373 is #007C8C. Grayscale: #A6A6A6. Windows color (decimal): -31885 or 7570431. OLE color: 7570431.

HSL color Cylindrical-coordinate representation of color #FF8373: hue angle of 6.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8373 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255131115-
CMYK00.490.550
HSL6.86º100%72.55%-
HSV(B)6.86º54.9%100%-
XYZ52.4538.7320.93-
YUV166.2599.08191.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=50.90%
G=26.15%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513111500.490.5506.8610072.55
HexFF837303137076449
Octal3772031630616707144111
Binary111111111000001111100110110001110111011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8373; }

 p { color: rgb(255,131,115); }

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

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

 a { background-color: rgb(255,131,115); }

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

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

 span { border-color: rgb(255,131,115); }

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